%
@name = printable_name @way
@title = t('browse.way.way') + ' | ' + @name
%>
<% content_for :head do %>
<%= stylesheet_link_tag 'browse' %>
<%= javascript_include_tag 'index' %>
<% end %>
<% content_for :sidebar do %>
<%= 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.edit'), :controller => "site", :action => "edit", :way => @way.id) %>
<% end %>
<%= render :template => 'layouts/map' %>