@ -6,9 +6,9 @@
|
||||
<% end %>
|
||||
|
||||
<% if comment.edits? %>
|
||||
<div>Updated <%= time_ago_in_words(comment.updated_at) %> ago</div>
|
||||
<div>Updated <%= local_time_ago(comment.updated_at) %></div>
|
||||
<% else %>
|
||||
<div><%= time_ago_in_words(comment.created_at) %> ago</div>
|
||||
<div><%= local_time_ago(comment.created_at) %></div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user