]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation.html.erb
Simplify layouting
[rails.git] / app / views / browse / relation.html.erb
index 2128d18a9ab226189ee3991f064401c0bb5cf1be..dc634e3af87958e334927dbff2a249f2d2540919 100644 (file)
@@ -2,13 +2,16 @@
 @name = printable_name @relation
 @title = t('browse.relation.relation') + ' | ' + @name
 %>
+
 <% content_for :head do %>
-<%= stylesheet_link_tag 'browse' %>
+  <%= stylesheet_link_tag 'browse' %>
 <% end %>
-<%= render :partial => "navigation" %>
+
 <h2><%= t'browse.relation.relation_title', :relation_name => @name %></h2>
-<%= render :partial => "map", :object => @relation %>
+
 <%= render :partial => "relation_details", :object => @relation %>
-<hr />
-<%= raw t'browse.relation.download', :download_xml_link => link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read"),
-                                     :view_history_link => link_to(t('browse.relation.view_history'), :action => "relation_history") %>
+
+<ul class='secondary-actions clearfix'>
+  <li><%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %></li>
+  <li><%= link_to(t('browse.relation.view_history'), :action => "relation_history") %></li>
+</ul>