X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..1cded7d151f6af733c3760815a00b0a259d9ba17:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index 15a0dcad8..3d1e2c577 100644
--- a/app/views/browse/way.html.erb
+++ b/app/views/browse/way.html.erb
@@ -2,22 +2,12 @@
@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 %>
+<%= t'browse.way.way_title', :way_name => @name %>
-<%= render :partial => "navigation" %>
-<%= render :partial => "map", :object => @way %>
+<%= render :partial => "way_details", :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") %>
+