Sha256: a33f4400339169e7cc0dd3b615cc40a4eee651c962beb2fa9ede2aa10cbcff70
Contents?: true
Size: 983 Bytes
Versions: 9
Compression:
Stored size: 983 Bytes
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'
Version data entries
9 entries across 8 versions & 1 rubygems