X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4cc2b63d5c38158e6beb114147be723425ec412e..5a00e23fa3200d95a27177dc5e392993e9dd0195:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index e5493d3f9..e1da90c44 100644
--- a/app/views/browse/way.html.erb
+++ b/app/views/browse/way.html.erb
@@ -2,20 +2,15 @@
@name = printable_name @way
@title = t('browse.way.way') + ' | ' + @name
%>
+
-<% content_for :head do %>
- <%= stylesheet_link_tag 'browse' %>
-<% end %>
+<%= render :partial => "way_details", :object => @way %>
-<% content_for :sidebar do %>
- <%= t'browse.way.way_title', :way_name => @name %>
-
- <%= render :partial => "way_details", :object => @way %>
-
-
- - <%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
- - <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
-
-<% end %>
-
-<%= render :template => 'layouts/map' %>
+
+ <%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
+ ·
+ <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
+
+