X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2c67c079ac39cefd3b096524fc0b7364b0eb21d7..898bc32f48a395f428e7f57d04bbc95ec27d8517:/app/views/browse/node_history.html.erb diff --git a/app/views/browse/node_history.html.erb b/app/views/browse/node_history.html.erb index 5f70492b4..937ad7dc0 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -10,5 +10,5 @@ <%= render :partial => "node_details", :object => node %>
<% 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") %>