From d8333fa708fc81ffaf9a045a2d93bc0acddb70bc Mon Sep 17 00:00:00 2001 From: Peter Frank Date: Mon, 29 Apr 2019 09:58:29 -0400 Subject: [PATCH] Add "ago" to article's timestamp (#2613) --- app/views/notifications/_article.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_article.html.erb b/app/views/notifications/_article.html.erb index 7a4433717..ba4c0c9a0 100644 --- a/app/views/notifications/_article.html.erb +++ b/app/views/notifications/_article.html.erb @@ -31,7 +31,7 @@ under "><%= json_data["organization"]["name"] %>: <% end %>
- <%= time_ago_in_words notification.created_at %> + <%= time_ago_in_words notification.created_at %> ago
">