X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..f2f3fbb1f19ad3cb26a3623d7af3d90e1f7a7caa:/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..3b8314dec 100644 --- a/app/views/changeset_comments/_comment.html.erb +++ b/app/views/changeset_comments/_comment.html.erb @@ -1,5 +1,6 @@ -

<%= 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 %>
<%= comment.body %>