summaryrefslogtreecommitdiff
path: root/app/views/users/_index_core.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/_index_core.html.haml')
-rw-r--r--app/views/users/_index_core.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/_index_core.html.haml b/app/views/users/_index_core.html.haml
index b364bd2..b492a1d 100644
--- a/app/views/users/_index_core.html.haml
+++ b/app/views/users/_index_core.html.haml
@@ -7,9 +7,9 @@
%th= t('users.index.first_name')
%th= t('users.index.last_name')
- - reset_cycle
+
- for user in users
- %tr{:class => cycle('odd', 'even')}
+ %tr
- cache(['user_table_row_inner_td', I18n.locale, current_user, user]) do
%td
= image_tag user.image_url(:mini).to_s if user.image_url(:mini)