Sha256: ea8003cb2178512d81779e7b230edb76ce68d0a793c96a88115eedba64344f09

Contents?: true

Size: 471 Bytes

Versions: 8

Compression:

Stored size: 471 Bytes

Contents

- provide :title, 'Users'

.index-header
  %h1= pluralize(@users.count, 'User')
  = link_to '+ Create User', new_user_path, class: 'btn btn--small'
  %p
    This is the list of users who can administer your store. You can create unlimited additional users by clicking the
    create user button. You can also manage the permissions and roles of different users in you store through the manage
    roles and permissions links.

= index_table @users, C::User::INDEX_TABLE

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.34 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.33 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.32 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.31 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.30 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.20 app/views/c/admin/users/index.html.haml
cd2_catton_cms-1.1.10 app/views/c/admin/users/index.html.haml