Sha256: 161dafdce4ebef2c3c5a1f046a605299976c7f498d01f669ead5b2c361fa65c5
Contents?: true
Size: 648 Bytes
Versions: 22
Compression:
Stored size: 648 Bytes
Contents
- cache base_cache_key_without_site do .link-dialog-content style='display: none' = locomotive_form_for link_form, url: '#', defaults: { placeholder: false, hint: false } do |f| = f.inputs do = f.input :url = f.input :target, include_blank: false, collection: [[:self, ''], [:blank, '_blank']], label_method: ->(el) { t("simple_form.options.locomotive.rte_input_link_form.target.#{el.first}") } = f.input :title 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