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