Sha256: 16e82790519b0bb8ee09ebda52ee4a4b6c2df070ff8788ff54a0cebcd9eed4ed

Contents?: true

Size: 800 Bytes

Versions: 11

Compression:

Stored size: 800 Bytes

Contents

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

%table.table.table-hover.table-bordered
  %tr
    %th Name
    %th{:style => 'width: 60%;'} 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 'Show Access Rights', cms_fortress_role, :class => 'btn btn-small btn-info'
          = link_to 'Edit', edit_cms_fortress_role_path(cms_fortress_role), :class => 'btn btn-small btn-primary'
          = link_to 'Destroy', cms_fortress_role, :method => :delete, :data => { :confirm => 'Are you sure?' }, :class => 'btn btn-small btn-danger'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cms-fortress-1.1.3 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.1.2 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.1.1 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.1.0 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.12 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.9 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.8 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.7 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.6 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.5 app/views/cms/fortress/roles/index.html.haml
cms-fortress-1.0.4 app/views/cms/fortress/roles/index.html.haml