X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..5a00e23fa3200d95a27177dc5e392993e9dd0195:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index 15a0dcad8..e1da90c44 100644
--- a/app/views/browse/way.html.erb
+++ b/app/views/browse/way.html.erb
@@ -2,22 +2,15 @@
@name = printable_name @way
@title = t('browse.way.way') + ' | ' + @name
%>
-<% content_for :head do %>
-<%= stylesheet_link_tag 'browse' %>
-<% end %>
+
-<% content_for :heading do %>
- <%= t'browse.way.way_title', :way_name => @name %>
-
- - <%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
- - <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
- - <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id) %>
-
-<% end %>
+<%= render :partial => "way_details", :object => @way %>
-<%= render :partial => "navigation" %>
-<%= render :partial => "map", :object => @way %>
-
-
- <%= render :partial => "way_details", :object => @way %>
-
\ No newline at end of file
+
+ <%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
+ ·
+ <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
+
+