X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..1b19974b1209fdab6f35168290251572ca86f142:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index 167ac6959..619b9314b 100644
--- a/app/views/browse/way.html.erb
+++ b/app/views/browse/way.html.erb
@@ -1,17 +1,17 @@
<%
@name = printable_name @way
-@title = t('browse.way.way') + ' | ' + @name
+set_title(t('browse.way.way') + ' | ' + @name)
%>
-<% content_for :head do %>
-<%= stylesheet_link_tag 'browse' %>
-<% end %>
-<%= render :partial => "navigation" %>
-
<%= t'browse.way.way_title', :way_name => @name %>
-<%= render :partial => "map", :object => @way %>
+
+
+ <%= 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") %>
-<% unless @midnode.nil? -%>
-| <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id, :lat => @midnode.lat, :lon => @midnode.lon, :zoom => 16) %>
-<% end -%>
+
+
+
<%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
+ ·
+ <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
+
+