X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f3a44431205f23592a17efba753f1087bfcf2cf0..55bb2437313da9e1628a6c69f7ead6e7946760ab:/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 9acbd05ae..1190423f6 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -17,15 +17,11 @@ <% if current_user %>
-
-
- <% if @changeset.subscribers.exists?(current_user.id) %> - " data-method="POST" data-url="<%= changeset_unsubscribe_url(@changeset) %>" /> - <% else %> - " data-method="POST" data-url="<%= changeset_subscribe_url(@changeset) %>" /> - <% end %> -
-
+ <% if @changeset.subscribers.exists?(current_user.id) %> + + <% else %> + + <% end %>
<% end %> @@ -39,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 %>
    @@ -54,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 %> @@ -71,7 +65,7 @@ <% end %> <% unless current_user %> -

    +

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

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