]> git.openstreetmap.org Git - rails.git/blob - app/views/browse/way.html.erb
Improve changeset template
[rails.git] / app / views / browse / way.html.erb
1 <%
2 @name = printable_name @way
3 @title = t('browse.way.way') + ' | ' + @name
4 %>
5 <div class='browse-section header'>
6     <h2><%= t'browse.way.way_title', :way_name => @name %>
7         <span class="icon close"></span>
8     </h2>
9 </div>
10
11 <%= render :partial => "way_details", :object => @way %>
12
13 <div class='browse-section secondary-actions clearfix'> 
14   <span><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
15     &middot;
16     <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
17     </span>
18 </div>