X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5dda4196d50774e8a44e9e137d45141d4151764b..c0bfc11d0320be65e57d12b35a50cc7001f10a9b:/app/views/notes/_comment.html.erb diff --git a/app/views/notes/_comment.html.erb b/app/views/notes/_comment.html.erb index 4fe7b59d5..c0d6e17d3 100644 --- a/app/views/notes/_comment.html.erb +++ b/app/views/notes/_comment.html.erb @@ -1,8 +1,8 @@
<% if comment.author.nil? -%> -
<%= t "note.description.#{comment.event}_at", :when => friendly_date(comment.created_at) %>
+
<%= t "note.description.#{comment.event}_at_html", :when => friendly_date(comment.created_at) %>
<% else -%> -
<%= t "note.description.#{comment.event}_at_by", :when => friendly_date(comment.created_at), :user => note_author(comment.author, :only_path => false) %>
+
<%= t "note.description.#{comment.event}_at_by_html", :when => friendly_date(comment.created_at), :user => note_author(comment.author, :only_path => false) %>
<% end -%>
<%= comment.body %>