diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-21 22:25:32 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-22 00:02:50 +0100 |
commit | c52babd4346b1a52c28bb7437d0434ecfb9ab70f (patch) | |
tree | d6d8242e3c01619bcf1b0c4525c51d599603e457 /app/views/users | |
parent | d8fe3b636cab1504cb5d3cb5dc57ed818749ccf5 (diff) |
Twitter Bootstrap stuff.
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/_index_core.html.haml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/users/_index_core.html.haml b/app/views/users/_index_core.html.haml index b492a1d..b0efaef 100644 --- a/app/views/users/_index_core.html.haml +++ b/app/views/users/_index_core.html.haml @@ -6,11 +6,11 @@ %th= t('users.index.email') %th= t('users.index.first_name') %th= t('users.index.last_name') - - + %th{:colspan => '3'} + - for user in users - %tr - - cache(['user_table_row_inner_td', I18n.locale, current_user, user]) do + - cache(['user_table_row', I18n.locale, current_user, user]) do + %tr %td = image_tag user.image_url(:mini).to_s if user.image_url(:mini) %td= user.user_name |