Sha256: 04f789a34c2bf2aa4b5d4d2215e970159019c3d457a0a5b8700e9a3d3fa7d7cb

Contents?: true

Size: 609 Bytes

Versions: 16

Compression:

Stored size: 609 Bytes

Contents

.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

16 entries across 16 versions & 1 rubygems

Version Path
locomotivecms-3.1.2 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.1.1 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.1.0 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.1.0.rc3 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.1.0.rc2 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.1.0.rc1 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.1 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc7 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc6 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc5 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc4 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc2 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.rc1 app/views/locomotive/shared/rte/_link_popover.html.slim
locomotivecms-3.0.0.pre.beta.1 app/views/locomotive/shared/rte/_link_popover.html.slim