X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/60becd1050dd2fc8c41b1cbfa8c5e3cd7d47a670..dcf56d9376680f924b080ad46ac547e3b7fb7324:/app/views/browse/way.html.erb diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb index aa7b5d0b7..a148ff728 100644 --- a/app/views/browse/way.html.erb +++ b/app/views/browse/way.html.erb @@ -2,14 +2,17 @@ @name = printable_name @way @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") %> -| <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id) %> + +
+ <%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %> + · + <%= link_to(t('browse.way.view_history'), :action => "way_history") %> + +