Sha256: 31b50c4a0e375b9bf2de01f72031f97ed8a9ec13f4a6a718da988c336d2fd3cd

Contents?: true

Size: 487 Bytes

Versions: 13

Compression:

Stored size: 487 Bytes

Contents

.table-dialog-content style='display: none'
  = locomotive_form_for table_form, url: '#', defaults: { placeholder: false, hint: false } do |f|
    = f.inputs do
      = f.input :cols, input_html: { value: 3 }
      = f.input :rows, input_html: { value: 1 }
      = f.input :head, as: :toggle
      = f.input :class_name

    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

13 entries across 13 versions & 1 rubygems

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