X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..c6be5f3a6f5773455b1f289caefdbe414dbdf7ad:/app/views/browse/relation_history.html.erb diff --git a/app/views/browse/relation_history.html.erb b/app/views/browse/relation_history.html.erb index 4080bccb7..8fb08e6e9 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -8,5 +8,5 @@ <%= render :partial => "relation_details", :object => relation %>
<% end %> -<%= raw t'browse.relation_history.download', :download_xml_link => link_to(t('browse.relation_history.download_xml'), :controller => "old_relation", :action => "history"), - :view_details_link => link_to(t('browse.relation_history.view_details'), :action => "relation") %> +<%= link_to(t('browse.relation_history.download_xml'), :controller => "old_relation", :action => "history") %> +| <%= link_to(t('browse.relation_history.view_details'), :action => "relation") %>