X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/37f42141283fb14cea0456344cc6ca6a4fa585c4..1cded7d151f6af733c3760815a00b0a259d9ba17:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index f6e8b7f01..3d1e2c577 100644
--- a/app/views/browse/way.html.erb
+++ b/app/views/browse/way.html.erb
@@ -3,20 +3,11 @@
@title = t('browse.way.way') + ' | ' + @name
%>
-<% content_for :head do %>
- <%= stylesheet_link_tag 'browse' %>
- <%= javascript_include_tag 'index' %>
-<% end %>
+
<%= t'browse.way.way_title', :way_name => @name %>
-<% content_for :sidebar do %>
- <%= t'browse.way.way_title', :way_name => @name %>
+<%= render :partial => "way_details", :object => @way %>
- <%= 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") %>
+