Sha256: 69bddba965e7a3bdf496389194968326b1e9becd97f8ff12b52ee012878f9cad

Contents?: true

Size: 927 Bytes

Versions: 21

Compression:

Stored size: 927 Bytes

Contents

.page-header
  = link_to t('cms.fortress.roles.new_link'), new_cms_fortress_role_path, :class => 'btn btn-primary btn-sm pull-right'
  %h2= t('cms.fortress.roles.title')

%table.table.table-hover.table-bordered.table-striped
  %tr
    %th= t('cms.fortress.roles.name')
    %th{:style => 'width: 60%;'}= t('cms.fortress.roles.description')
    %th

  - @cms_fortress_roles.each do |cms_fortress_role|
    %tr
      %td= cms_fortress_role.name
      %td= cms_fortress_role.description
      %td
        .btn-group.pull-right
          = link_to t('cms.fortress.roles.show_access_rights'), cms_fortress_role, :class => 'btn btn-sm btn-info'
          = link_to t('cms.fortress.edit'), edit_cms_fortress_role_path(cms_fortress_role), :class => 'btn btn-sm btn-default'
          = link_to t('cms.fortress.delete'), cms_fortress_role, :method => :delete, :data => { :confirm => 'Are you sure?' }, :class => 'btn btn-sm btn-danger'

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.14 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.13 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.12 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.11 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.10 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.9 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.8 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.7 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.6 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.5 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.4 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.3 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.2 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.1 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.0 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.0.rc3 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.0.rc2 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.3.0.rc1 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.2.2 app/views/cms/fortress/roles/index.html.haml