- <%= link_to "Download XML", :controller => "node", :action => "read" %>
- or
- <%= link_to "view history", :action => "node_history" %>
+ <%= t'browse.node.download', :download_xml_link => link_to(t('browse.node.download_xml'), :controller => "node", :action => "read"),
+ :view_history_link => link_to(t('browse.node.view_history'), :action => "node_history") %>