<%= render :partial => "relation_details", :object => @relation %>
<div class='secondary-actions'>
- <%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %>
+ <%= link_to(t('browse.download_xml'), :controller => "relation", :action => "read") %>
·
- <%= link_to(t('browse.relation.view_history'), :action => "relation_history") %>
+ <%= link_to(t('browse.view_history'), :action => "relation_history") %>
</div>