summaryrefslogtreecommitdiff
path: root/app/views/users/index.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-10 16:27:16 -0800
committerelijah <elijah@riseup.net>2016-01-10 16:27:16 -0800
commitc678806489cbe7d63d3946de1265697c7fb996e6 (patch)
tree9206f22e1f9889fa300d2bafce4270dd54820a1f /app/views/users/index.html.haml
parent1cd52015a2dcac610405fd163e1dca5a8d736add (diff)
fix user list
Diffstat (limited to 'app/views/users/index.html.haml')
-rw-r--r--app/views/users/index.html.haml3
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)