Sha256: 865dbc0220d14f53e33964b470c1a84a21d600c6c6a4ba9172d301c0dbd23c23
Contents?: true
Size: 823 Bytes
Versions: 1
Compression:
Stored size: 823 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 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-sm btn-info' = link_to 'Edit', edit_cms_fortress_role_path(cms_fortress_role), :class => 'btn btn-sm btn-default' = link_to 'Delete', cms_fortress_role, :method => :delete, :data => { :confirm => 'Are you sure?' }, :class => 'btn btn-sm btn-danger'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cms-fortress-1.2.0 | app/views/cms/fortress/roles/index.html.haml |