diff options
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) + |