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