Add "ago" to article's timestamp (#2613)
This commit is contained in:
parent
92222e6acc
commit
d8333fa708
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
under <a href="<%= json_data["organization"]["path"] %>"><%= json_data["organization"]["name"] %></a>:
|
||||
<% end %>
|
||||
<div>
|
||||
<small><%= time_ago_in_words notification.created_at %></small>
|
||||
<small><%= time_ago_in_words notification.created_at %> ago</small>
|
||||
</div>
|
||||
<a href="<%= json_data["article"]["path"] %>">
|
||||
<div class="notification-new-post">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue