]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node_history.html.erb
Extract browse.js static asset
[rails.git] / app / views / browse / node_history.html.erb
index 5f70492b4cec932790d0e232fb4765f8067fa60f..937ad7dc083931418ea12392f65c9be3af3fbf83 100644 (file)
@@ -10,5 +10,5 @@
   <%= render :partial => "node_details", :object => node %>
   <hr />
 <% end %>
-<%= raw t 'browse.node_history.download', :download_xml_link => link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history"),
-                                          :view_details_link => link_to(t('browse.node_history.view_details'), :action => "node") %>
+<%= link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history") %>
+| <%= link_to(t('browse.node_history.view_details'), :action => "node") %>