Sha256: 3e36e81a9e1f4e270291f72402e8d1c5facc2dfe52b8d293a22120be99fb27d4
Contents?: true
Size: 1.22 KB
Versions: 20
Compression:
Stored size: 1.22 KB
Contents
= simple_form_for [:admin, :frontend, @callback_function] do |f| .container .row .col-lg-2 = link_to admin_frontend_callback_functions_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-lg-12 .box.slice-box.p-15 .box-header.with-border %h3.box-title= t("keppler.modules.#{action_name.underscore}") .box-body %table.table.table-bordered %tbody .form-padding .row .col-xs-12 = f.input :name .col-xs-12 = f.input :description, as: :text .col-xs-12 = f.input :position, as: :hidden .col-xs-12 = f.input :deleted_at, as: :hidden .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
20 entries across 20 versions & 1 rubygems