<%= 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 %>
+ ·
+ <% end %>
+ <%= link_to t("browse.view_details"), node_path(@feature.node_id) %>
+</div>
<div class='secondary-actions'>
<% if @feature.version > 1 %>