X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..baaacfc7c08d8c5df5e67f4fafdbddf4e440c39d:/app/views/browse/way.html.erb diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb index 598e04728..4dacaf929 100644 --- a/app/views/browse/way.html.erb +++ b/app/views/browse/way.html.erb @@ -2,16 +2,15 @@ @name = printable_name @way @title = t('browse.way.way') + ' | ' + @name %> - -<% content_for :head do %> - <%= stylesheet_link_tag 'browse' %> -<% end %> - -

<%= t'browse.way.way_title', :way_name => @name %>

+

<%= 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") %> +

+