Sha256: a4536e1d5dfb48f50c7583f7cf25203a00a12c092cd10ee41187821afdd23b56
Contents?: true
Size: 1.18 KB
Versions: 6
Compression:
Stored size: 1.18 KB
Contents
= simple_form_for [:admin, @script] do |f| .container .row .col-lg-2 = link_to admin_scripts_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-xs-12 .box.slice-box .box-header.with-border %h3.box-title= controller_name.humanize .box-body %table.table.table-bordered %tbody .form-padding .row .col-xs-12 = f.input :name, required: true, autofocus: true .col-xs-12 = f.input :script, required: true, autofocus: true .row .col-xs-12 = f.input :url, required: true, autofocus: true .row .col-xs-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
6 entries across 6 versions & 1 rubygems