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

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