- <%= render :partial => "node_details", :object => @node %>
-
- <ul class='secondary-actions clearfix'>
- <li><%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %></li>
- <li><%= link_to(t('browse.node.view_history'), :action => "node_history") %></li>
- </ul>
-<% end %>
-
-<%= render :template => 'layouts/map' %>
+<div class='browse-section secondary-actions clearfix'>
+ <h4><%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %>
+ ·
+ <%= link_to(t('browse.node.view_history'), :action => "node_history") %>
+ </h4>
+</div>