]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way_history.html.erb
Present links at the bottom of data browser pages in a consistent way
[rails.git] / app / views / browse / way_history.html.erb
index 2245017db67f5161391cfee31cc332bd7070ec57..f581dd189611d62bcd7598963e5c411c340b562e 100644 (file)
@@ -8,5 +8,5 @@
   <%= render :partial => "way_details", :object => way %>
   <hr />
 <% end %>
   <%= render :partial => "way_details", :object => way %>
   <hr />
 <% end %>
-<%= raw t'browse.way_history.download', :download_xml_link => link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history"), 
-                                        :view_details_link => link_to(t('browse.way_history.view_details'), :action => "way") %>
+<%= link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history") %>
+| <%= link_to(t('browse.way_history.view_details'), :action => "way") %>