]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/way.html.erb
Simplified common details
[rails.git] / app / views / browse / way.html.erb
1 <%
2 @name = printable_name @way
3 @title = t('browse.way.way') + ' | ' + @name
4 %>
5
6 <h2><%= t'browse.way.way_title', :way_name => @name %></h2>
7
8 <%= render :partial => "way_details", :object => @way %>
9
10 <ul class='secondary-actions clearfix'>
11   <li><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %></li>
12   <li><%= link_to(t('browse.way.view_history'), :action => "way_history") %></li>
13 </ul>