Sha256: 8fd75cfbe7347791d35bd5a50591ff9a53378a015ac086a3f6f8d9d66df10926

Contents?: true

Size: 461 Bytes

Versions: 5

Compression:

Stored size: 461 Bytes

Contents

%h2= t(:all_users)

= render 'admin/nav'

= link_to t(:new_user), new_admin_user_path, :class => "add_new_button btn primary right"

.btn-group
  = link_to "Unlocked", admin_users_path, :class => 'btn'
  = link_to "Locked", admin_locked_users_path, :class => 'btn'
  = link_to "Unlocked Clients", admin_unlocked_clients_path, :class => 'btn'
  = link_to "Locked Clients", admin_locked_clients_path, :class => 'btn active'

= render "users_table", users: @users

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xrono-1.0.4 app/views/admin/users/locked_clients.html.haml
xrono-1.0.3 app/views/admin/users/locked_clients.html.haml
xrono-1.0.2 app/views/admin/users/locked_clients.html.haml
xrono-1.0.1 app/views/admin/users/locked_clients.html.haml
xrono-1.0.0 app/views/admin/users/locked_clients.html.haml