X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5bed2178231b783176551d21734d23b7a32f0d16..b8c1bbb4f8d9bacaa7d76b38a974f7f6042523ad:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index ed1e596ee..3c41dd83f 100644
--- a/app/views/browse/changeset.html.erb
+++ b/app/views/browse/changeset.html.erb
@@ -1,43 +1,46 @@
-<% set_title(t('.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(".join_discussion"), :controller => 'user', :action => 'login', :referer => request.fullpath) %>
-
+ <% unless current_user %>
+
+ <%= link_to(t(".join_discussion"), :controller => "users", :action => "login", :referer => request.fullpath) %>
+
+ <% end %>
- <% unless @changeset.is_open? %>
-