X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/054f934f27e79ab0f7a25a89b6b719cc2cb0cb06..c798962cda8ede6425ce56c59533bc476180a830:/app/views/browse/relation.html.erb
diff --git a/app/views/browse/relation.html.erb b/app/views/browse/relation.html.erb
index 213e5108f..847298199 100644
--- a/app/views/browse/relation.html.erb
+++ b/app/views/browse/relation.html.erb
@@ -3,11 +3,13 @@
@title = t('browse.relation.relation') + ' | ' + @name
%>
-
<%= t'browse.relation.relation_title', :relation_name => @name %>
+<%= t'browse.relation.relation_title', :relation_name => @name %>
+
+
<%= render :partial => "relation_details", :object => @relation %>
-
- - <%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %>
- - <%= link_to(t('browse.relation.view_history'), :action => "relation_history") %>
-
+
+ <%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %>
+ <%= link_to(t('browse.relation.view_history'), :action => "relation_history") %>
+