Sha256: 21de19680ecc1f3b3e452025052d90c03161cce02b9a8dbb2379dc1bd5a8b51f
Contents?: true
Size: 643 Bytes
Versions: 16
Compression:
Stored size: 643 Bytes
Contents
.image-dialog-content style='display: none' = locomotive_form_for image_form, url: '#', defaults: { placeholder: false, hint: false } do |f| = f.inputs do = f.input :src = f.input :title = f.input :alignment, include_blank: false, collection: [[:default, ''], [:left, 'wysiwyg-float-left'], [:right, 'wysiwyg-float-right']], label_method: ->(el) { t("simple_form.options.locomotive.rte_input_image_form.alignment.#{el.first}") } p.text-right a.btn.btn-success.btn-sm.apply = f.submit_text | a.btn.btn-default.btn-sm.cancel = f.submit_text :cancel
Version data entries
16 entries across 16 versions & 1 rubygems