Sha256: 92ef29dc130e28ab43ea7292166d4d97c81a2bde7d072d19f37a6e1c2440f9d9
Contents?: true
Size: 1.18 KB
Versions: 4
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.fa.fa-angle-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
4 entries across 4 versions & 1 rubygems