Sha256: c7510b75afb1648c02b3ab2b612d2c230e7eae506bb25df575a6dc5d20e3889a
Contents?: true
Size: 1.37 KB
Versions: 24
Compression:
Stored size: 1.37 KB
Contents
= simple_form_for [:admin, :frontend, @theme], html: { multipart: true } do |f| .container .row .col-lg-2 = link_to admin_frontend_themes_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 :file, as: :file, label: false - if flash[:notice] .keppler-frontend-message{class: "#{ flash[:notice].last.eql?('success') ? 'text-green' : 'text-red' }"} = flash[:notice] .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
24 entries across 24 versions & 1 rubygems