Sha256: c2fa4a022095d5823842c5770e1f820d7b6e65bf1322bdc6868417c0cf0d33d7

Contents?: true

Size: 1.15 KB

Versions: 19

Compression:

Stored size: 1.15 KB

Contents

= simple_form_for [:admin, @customize] do |f|
  .container
    .row
      .col-lg-2
        = link_to admin_customizes_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
          .box-header.with-border
            %h3.box-title Template

          .box-body
            %table.table.table-bordered
              %tbody
                .form-padding
                  .row
                    .col-lg-12
                      .container
                        .row
                          .col-md-12
                            .form-group.files
                              %input{ type: 'hidden', name: 'customize[file]' }
                              = f.input :file, label: false

                  .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

19 entries across 19 versions & 1 rubygems

Version Path
keppler-2.1.11 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.10 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.9 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.8 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.7 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.6 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.5 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.4 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.3 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.2 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.1 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1.pre.p1 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.1 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.0.7 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.0.6 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.0.5 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/customizes/_form.html.haml
keppler-2.0.4 installer/core/app/views/admin/customizes/_form.html.haml