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