X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9b780a689b398e0d41d7aac0e9b9b3d58f5b1166..2ac919d4f15300c5866daddb1dd56ddb7cc93fcc:/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 649638a76..c0ebab750 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -11,7 +11,8 @@ <%= render :partial => "relation_details", :object => relation %>
<% end %> - <%= link_to "Download XML", :controller => "old_relation", :action => "history" %> + <%= 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") %> or <%= link_to "view details", :action => "relation" %>