Sha256: 8ca5ecf94628bf1b7ed350c36d91640cfbd9a752e2168e13c8b9aa57261e1688
Contents?: true
Size: 736 Bytes
Versions: 22
Compression:
Stored size: 736 Bytes
Contents
- cache base_cache_key_without_site do .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 :alt = 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
22 entries across 22 versions & 1 rubygems