X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..7b384f03ab1d34fd3ebcc5ae3add25b3b5591e2e:/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 45f3d1400..a62ac2ef7 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -2,7 +2,7 @@ @name = printable_name @relation @title = t('browse.relation_history.relation_history') + ' | ' + @name %> -

<%= t'browse.relation_history.relation_history_title', :relation_name => h(@name) %>

+

<%= t'browse.relation_history.relation_history_title', :relation_name => link_to(h(@name), :action => "relation", :id => @relation.id) %>

@@ -11,9 +11,8 @@ <%= render :partial => "relation_details", :object => relation %>
<% end %> - <%= link_to "Download XML", :controller => "old_relation", :action => "history" %> - or - <%= link_to "view details", :action => "relation" %> + <%= 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") %> <%= render :partial => "map", :object => @relation %>