add ubiquitous time tags

This commit is contained in:
albert
2013-01-22 15:28:12 -05:00
parent c163139390
commit 9e6a25f844
16 changed files with 19 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
<tr>
<td><%= link_to note.post_id, post_path(note.post_id) %></td>
<td><%= link_to note.creator.name, user_path(note.creator_id) %></td>
<td><%= time_ago_in_words(note.created_at) %> ago</td>
<td><%= time_ago_in_words_tagged(note.created_at) %> ago</td>
<td><%= note.is_active? %></td>
<td><%= format_text(note.body) %></td>
</tr>