X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/98bfaace9aeba7fb387596cc16b2e661506173c6..55bb2437313da9e1628a6c69f7ead6e7946760ab:/app/views/browse/changeset.html.erb diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index 93e0abf21..1190423f6 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -18,9 +18,9 @@ <% if current_user %>
<% if @changeset.subscribers.exists?(current_user.id) %> - + <% else %> - + <% end %>
<% end %> @@ -35,11 +35,10 @@
  • <%= t(".comment_by_html", - :time_ago => tag.abbr(friendly_date_ago(comment.created_at), - :title => l(comment.created_at)), + :time_ago => friendly_date_ago(comment.created_at), :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 %>
    @@ -50,10 +49,9 @@
  • <%= t(".hidden_comment_by_html", - :time_ago => tag.abbr(friendly_date_ago(comment.created_at), - :title => l(comment.created_at)), + :time_ago => friendly_date_ago(comment.created_at), :user => link_to(comment.author.display_name, user_path(comment.author))) %> - — <%= t("javascripts.changesets.show.unhide_comment") %> + —
    <%= comment.body.to_html %> @@ -67,7 +65,7 @@ <% end %> <% unless current_user %> -

    +

    <%= link_to(t(".join_discussion"), login_path(:referer => request.fullpath)) %>

    <% end %> @@ -78,14 +76,14 @@
    -