Sha256: ac8ffd91de389e518b6eafe42328d5230fb87d3b74dd3d0ca5f9a4b7ea74df44

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

= simple_form_for [:admin, @role] do |f|
  .container
    .row
      .col-lg-2
        = link_to admin_roles_path, class: '', '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= 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
                  .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

6 entries across 6 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.0.6 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.0.5 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/roles/_form.html.haml
keppler-2.0.4 installer/core/app/views/admin/roles/_form.html.haml