X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0dae690c06fd32a03cea3d45c53f52d29439e4da..a90302aecf579ca29fa5ea0b1e9d03f81b8bbde4:/app/views/changesets/show.html.erb diff --git a/app/views/changesets/show.html.erb b/app/views/changesets/show.html.erb index 3ba3968f7..d44ccfc07 100644 --- a/app/views/changesets/show.html.erb +++ b/app/views/changesets/show.html.erb @@ -31,7 +31,7 @@ <% @comments.each do |comment| %> <% next unless comment.visible || current_user&.moderator? %>
  • - + <%= t comment.visible ? ".comment_by_html" : ".hidden_comment_by_html", :time_ago => friendly_date_ago(comment.created_at), :user => link_to(comment.author.display_name, comment.author) %>