clarify post deletion/flag logic

This commit is contained in:
albert
2013-02-19 22:03:01 -05:00
parent 5202ee42f6
commit c5731298fb
12 changed files with 26 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
<tr class="user-record-score-<%= record.category %>">
<td><%= link_to(record.user.name, user_path(record.user)) %></td>
<td><%= format_text(record.body) %></td>
<td><%= time_ago_in_words_tagged(record.created_at) %> ago</td>
<td><%= time_ago_in_words_tagged(record.created_at) %></td>
</tr>
<% end %>
</tbody>