X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/054f934f27e79ab0f7a25a89b6b719cc2cb0cb06..d1cc387080152269cb142d150e06b0a27f8b98be:/app/views/browse/way.html.erb diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb index 3d1e2c577..a148ff728 100644 --- a/app/views/browse/way.html.erb +++ b/app/views/browse/way.html.erb @@ -2,12 +2,17 @@ @name = printable_name @way @title = t('browse.way.way') + ' | ' + @name %> - -

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