diff options
Diffstat (limited to 'app/views/users/index.html.haml')
-rw-r--r-- | app/views/users/index.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/users/index.html.haml b/app/views/users/index.html.haml index e1136d8..b49c854 100644 --- a/app/views/users/index.html.haml +++ b/app/views/users/index.html.haml @@ -1,5 +1,4 @@ - @show_navigation = false = search :users -= table @users, %w(username, created, updated, actions.toggle_user) - += table @users, %w(username created updated actions) |