X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/497009ed2b98dfdeeb349e891c1fbd88d14ff087..0c7ad105734b2ec12731bff4b912cc17b1a7cbfb:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index efb7bb7f9..079915fcf 100644
--- a/app/views/browse/changeset.html.erb
+++ b/app/views/browse/changeset.html.erb
@@ -1,56 +1,57 @@
-<% set_title(t('browse.changeset.title', :id => @changeset.id)) %>
+<% set_title(t(".title", :id => @changeset.id)) %>
-
-
<%= linkify(h(@changeset.tags['comment'].to_s.presence || t('browse.no_comment'))) %>
+
+ <%= linkify(@changeset.tags["comment"].to_s.presence || t("browse.no_comment")) %>
+
<%= changeset_details(@changeset) %>
- <%= render :partial => "tag_details", :object => @changeset.tags.except('comment') %>
+ <%= render :partial => "tag_details", :object => @changeset.tags.except("comment") %>
-
-
-
-
-
+
+
+ <% if current_user %>
+
+
+
+ <% end %>
<% if @comments.length > 0 %>
<% end %>
-
- <%= link_to(t("browse.changeset.join_discussion"), :controller => 'user', :action => 'login', :referer => request.fullpath) %>
-
+ <% unless current_user %>
+
+ <%= link_to(t(".join_discussion"), login_path(:referer => request.fullpath)) %>
+
+ <% end %>
- <% unless @changeset.is_open? %>
-