Colorize user names on promotion report

This commit is contained in:
Toks
2013-07-17 18:15:18 -04:00
parent 412c9ad122
commit 6db898ff36

View File

@@ -20,7 +20,7 @@
<% @report.users.each do |user| %>
<% if user.confidence_interval_for(5) > 0 %>
<tr>
<td><%= link_to user.name, user_path(user.user) %></td>
<td><%= link_to_user user.user %></td>
<td data-sort-value="<%= user.level %>"><%= user.level_string %></td>
<td><%= user.post_upload_count %></td>
<td data-sort-value="<%= user.created_at.to_formatted_s(:db) %>"><%= time_ago_in_words user.created_at %></td>