X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5da273027f53cf4413aa385ea41ffacee5acf039..e128e78408561cb0fc319f17eb39c34e579bedad:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index 84d85df3c..9629e608b 100644
--- a/app/views/browse/changeset.html.erb
+++ b/app/views/browse/changeset.html.erb
@@ -11,6 +11,69 @@
<%= render :partial => "tag_details", :object => @changeset.tags.except('comment') %>
+
+
+
+
+
+
+
+
+ <% if @comments.length > 0 %>
+
+ <% end %>
+
+
+ <%= link_to(t("browse.changeset.join_discussion"), :controller => 'user', :action => 'login', :referer => request.fullpath) %>
+
+
+ <% unless @changeset.is_open? %>
+
+ <% end %>
+
<% unless @ways.empty? %>
<%= type_and_paginated_count('way', @way_pages) %>
@@ -42,7 +105,7 @@
<% @nodes.each do |node| %>
- - <%= link_to printable_name(node, true), { :action => "node", :id => node.node_id.to_s }, :class => link_class('node', node), :title => link_title(node) %>
+ - <%= link_to printable_name(node, true), { :action => "node", :id => node.node_id.to_s }, :class => link_class('node', node), :title => link_title(node), :rel => link_follow(node) %>
<% end %>
<% end %>