X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/70d6880e10881dfd4b68f51cf16609a9f8aaff24..7e5cbe87ed37f9cba8224fa4049047d7f981f66a:/app/views/changeset_comments/_comment.html.erb diff --git a/app/views/changeset_comments/_comment.html.erb b/app/views/changeset_comments/_comment.html.erb index 32a4b9229..a312e4f0f 100644 --- a/app/views/changeset_comments/_comment.html.erb +++ b/app/views/changeset_comments/_comment.html.erb @@ -1,6 +1,7 @@ -

<%= t ".comment", :author => comment.author.display_name, - :changeset_id => comment.changeset.id.to_s %>

+

<%= t ".comment", + :author => comment.author.display_name, + :changeset_id => comment.changeset.id.to_s %>

-
<%= t ".commented_at_by_html", :when => friendly_date(comment.created_at), :user => comment.author.display_name %>
+
<%= t ".commented_at_by_html", :when => friendly_date_ago(comment.created_at), :user => comment.author.display_name %>
<%= comment.body %>