Sha256: 52270be5bf8f55213903b09314681da02eb8cd8c88b9f4a1f9b4b3581c13b046

Contents?: true

Size: 664 Bytes

Versions: 8

Compression:

Stored size: 664 Bytes

Contents

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

%table.table.table-hover.table-bordered
  %tr
    %th Email
    %th Role
    %th


  - @cms_fortress_users.each do |cms_fortress_user|
    %tr
      %td= cms_fortress_user.email
      %td= cms_fortress_user.role.name
      %td
        .btn-group.pull-right
          = link_to 'Edit', edit_cms_fortress_user_path(cms_fortress_user), :class => 'btn btn-small btn-primary'
          = link_to 'Destroy', cms_fortress_user, method: :delete, data: { confirm: 'Are you sure?' }, :class => 'btn btn-small btn-danger'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cms-fortress-1.0.6 app/views/cms/fortress/users/index.html.haml
cms-fortress-1.0.5 app/views/cms/fortress/users/index.html.haml
cms-fortress-1.0.4 app/views/cms/fortress/users/index.html.haml
cms-fortress-1.0.3 app/views/cms/fortress/users/index.html.haml
cms-fortress-1.0.2 app/views/cms/fortress/users/index.html.haml
cms-fortress-1.0.1 app/views/cms/fortress/users/index.html.haml
cms-fortress-1.0.0 app/views/cms/fortress/users/index.html.haml
cms-fortress-0.2.0 app/views/cms/fortress/users/index.html.haml