Sha256: 68514454235a5fe69145a1f5b279e242f89ef18efa8a0a2c71fbd4b21c51a487

Contents?: true

Size: 1.06 KB

Versions: 16

Compression:

Stored size: 1.06 KB

Contents

= simple_form_for [:admin, @role] do |f|
  .container
    .row
      .col-lg-2
        = link_to admin_roles_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.p-15
          .box-header.with-border
            %h3.box-title= t("keppler.modules.#{action_name.underscore}")
            .box-tools.pull-right
              %a.btn.btn-box-tool{ 'data-widget' => 'collapse', type: 'button' }
                %i.icon-minus
          .box-body
            %table.table.table-bordered
              %tbody
                .form-padding
                  .row
                    .col-xs-12
                      = f.input :name
                    .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

16 entries across 16 versions & 1 rubygems

Version Path
keppler-2.1.14 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.13 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.12 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.11 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.10 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.9 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.8 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.7 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.6 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.5 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.4 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.3 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.2 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.1 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1.pre.p1 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.1 installer/core/app/views/admin/roles/_form.html.haml