X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcf56d9376680f924b080ad46ac547e3b7fb7324..c4090bb150e0eb866151ba0477e50b0421d60527:/app/views/browse/way.html.erb?ds=sidebyside diff --git a/app/views/browse/way.html.erb b/app/views/browse/way.html.erb index a148ff728..bd7b4d07a 100644 --- a/app/views/browse/way.html.erb +++ b/app/views/browse/way.html.erb @@ -1,18 +1,17 @@ <% -@name = printable_name @way -@title = t('browse.way.way') + ' | ' + @name + @name = printable_name @way + set_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") %> - +
+ <%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %> + · + <%= link_to(t('browse.way.view_history'), :action => "way_history") %>