Sha256: 85b0d113c34ed37b37dfc49b258670018f311a4d6dc054bd2717f04a57643128
Contents?: true
Size: 679 Bytes
Versions: 1
Compression:
Stored size: 679 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: [[:not_set, ''], [:self, '_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-3.2.0.rc1 | app/views/locomotive/shared/rte/_link_popover.html.slim |