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

@@ -18,7 +18,7 @@
<td><%= feedback.category %></td>
<td><%= link_to feedback.user_name, user_path(feedback.user_id) %></td>
<td><%= link_to feedback.creator_name, user_path(feedback.creator_id) %></td>
<td><%= time_ago_in_words_tagged(feedback.created_at) %> ago</td>
<td><%= time_ago_in_words_tagged(feedback.created_at) %></td>
<td><%= format_text(feedback.body) %></td>
</tr>
<% end %>