Sha256: 2086afb16c7fb1f8469046ec0c811f917f7e17084fb0affff87b786d6d2191a3

Contents?: true

Size: 713 Bytes

Versions: 1

Compression:

Stored size: 713 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 :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

1 entries across 1 versions & 1 rubygems

Version Path
locomotivecms-3.2.0.rc1 app/views/locomotive/shared/rte/_image_popover.html.slim