diff options
author | azul <azul@leap.se> | 2015-10-19 11:15:17 +0200 |
---|---|---|
committer | azul <azul@leap.se> | 2015-10-19 11:15:17 +0200 |
commit | c2cc1a48a4faeff4088cdf5f56e6b0382acfb346 (patch) | |
tree | 33b41304f30166182af2ff989b20d43efd75f183 /app/views/users/index.html.haml | |
parent | fd55d71cd1cbadcc5378601c0c9dfa6292bd4725 (diff) | |
parent | 02c1e607bf8beb1f576307a7ad87f0cdbe3381c0 (diff) |
Merge pull request #196 from EvyW/develop
Admin - Ability to enable/disable user
Diffstat (limited to 'app/views/users/index.html.haml')
-rw-r--r-- | app/views/users/index.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/users/index.html.haml b/app/views/users/index.html.haml index 3ed8835..e1136d8 100644 --- a/app/views/users/index.html.haml +++ b/app/views/users/index.html.haml @@ -1,4 +1,5 @@ - @show_navigation = false = search :users -= table @users, %w(username, created, updated) += table @users, %w(username, created, updated, actions.toggle_user) + |