Sha256: 49834a61a58cd0e0cf8b23d6a2d9643d858903d15c8170e47efa6b2a4535640b
Contents?: true
Size: 1.25 KB
Versions: 25
Compression:
Stored size: 1.25 KB
Contents
= simple_form_for [:admin, @meta_tag] do |f| .container .row .col-lg-2 = link_to admin_meta_tags_path, 'data-position' => 'bottom', 'data-tooltip' => t('keppler.actions.back') do .arrow-back.btn.btn-default %i.icon-arrow-left = t('keppler.actions.back') .row .col-lg-12 .box.slice-box.p-15 .box-header.with-border %h3.box-title= controller_name.humanize .box-body %table.table.table-bordered %tbody .form-padding .row .col-lg-6 = f.input :title, required: true, autofocus: true .col-lg-6 = f.input :url, required: true .row .col-lg-12 = f.input :meta_tags, required: true .row .col-lg-12 = f.input :description .row .col-lg-12 .pull-right = f.button :submit, t('keppler.actions.save'), name: '_save', class: 'btn-primary' = f.button :submit, t('keppler.actions.save_and_add_another'), name: '_add_other'
Version data entries
25 entries across 24 versions & 1 rubygems