change relative times to absolute on listings
This commit is contained in:
@@ -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_tagged(note.created_at) %></td>
|
||||
<td><%= compact_time(note.created_at) %></td>
|
||||
<td><%= note.is_active? %></td>
|
||||
<td><%= format_text(note.body) %></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user