X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7b9e852c9d53318cfc949fe4ceef2d3b665e2020..26d7f66fbdcd95bdbfebc9c995e206b53dca3ef3:/app/views/browse/way.html.erb
diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb
index 3489d7c23..15a0dcad8 100644
--- a/app/views/browse/way.html.erb
+++ b/app/views/browse/way.html.erb
@@ -5,13 +5,19 @@
<% 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 %>
+
<%= render :partial => "navigation" %>
-<%= t'browse.way.way_title', :way_name => h(@name) %>
<%= render :partial => "map", :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") %>
-<% 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 %>
+
+
+ <%= render :partial => "way_details", :object => @way %>
+
\ No newline at end of file