X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c233bec67b8e99ce5b476436181f9df6ca888814..a6dd1ec4b8abeaa6e577633ba2fb05f84683d78e:/app/views/browse/changeset.html.erb?ds=inline diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index 3019fba95..f58c465a7 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -34,10 +34,10 @@ <% if comment.visible %>
  • - <%= t(".commented_by", + <%= t(".commented_by_html", :when => friendly_date_ago(comment.created_at), :exact_time => l(comment.created_at), - :user => link_to(comment.author.display_name, user_path(comment.author))).html_safe %> + :user => link_to(comment.author.display_name, user_path(comment.author))) %> <% if current_user and current_user.moderator? %> — <%= t("javascripts.changesets.show.hide_comment") %> <% end %> @@ -47,10 +47,10 @@ <% elsif current_user and current_user.moderator? %>
  • - <%= t(".hidden_commented_by", + <%= t(".hidden_commented_by_html", :when => friendly_date_ago(comment.created_at), :exact_time => l(comment.created_at), - :user => link_to(comment.author.display_name, user_path(comment.author))).html_safe %> + :user => link_to(comment.author.display_name, user_path(comment.author))) %> — <%= t("javascripts.changesets.show.unhide_comment") %> <%= comment.body.to_html %> @@ -90,7 +90,7 @@ <% end %> @@ -102,7 +102,7 @@ <% end %> @@ -114,7 +114,7 @@ <% end %>