X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b30983f02bd1a0963157c14f14e996f258936625..c798962cda8ede6425ce56c59533bc476180a830:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index 1be783a88..3d6349151 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
%>
+
<%= t'browse.way.way_title', :way_name => @name %>
+
+
-<% content_for :head do %>
- <%= stylesheet_link_tag 'browse' %>
- <%= javascript_include_tag 'index' %>
-<% 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") %>
- - <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id) %>
-
-<% 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") %>
+
+