]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/old_nodes/show.html.erb
Link to details from node version pages
[rails.git] / app / views / old_nodes / show.html.erb
index ba7c10ecb5b63f1d15af05709f9914e59e9cd884..b69c297233b89878f2f4b2720eea8c8c736c9823 100644 (file)
@@ -4,11 +4,13 @@
 
 <%= render :partial => "browse/node", :object => @feature %>
 
-<% unless @feature.redacted? %>
-  <div class='secondary-actions'>
+<div class='secondary-actions'>
+  <% unless @feature.redacted? %>
     <%= link_to t("browse.download_xml"), node_version_path(*@feature.id) %>
-  </div>
-<% end %>
+    &middot;
+  <% end %>
+  <%= link_to t("browse.view_details"), node_path(@feature.node_id) %>
+</div>
 
 <div class='secondary-actions'>
   <% if @feature.version > 1 %>