From ef313e73789e7cbcf172c3b30dedf83954a82a2b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 31 May 2009 12:06:57 +0000 Subject: [PATCH] Fix warnings. --- app/views/browse/node.rhtml | 4 ++-- app/views/browse/node_history.rhtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/browse/node.rhtml b/app/views/browse/node.rhtml index 035598e55..19aeb7dca 100644 --- a/app/views/browse/node.rhtml +++ b/app/views/browse/node.rhtml @@ -15,8 +15,8 @@ <%= render :partial => "node_details", :object => @node %>
- <%= 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") %> + <%= 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") %> <%= render :partial => "map", :object => @node %> diff --git a/app/views/browse/node_history.rhtml b/app/views/browse/node_history.rhtml index ea96c091f..4a34e3452 100644 --- a/app/views/browse/node_history.rhtml +++ b/app/views/browse/node_history.rhtml @@ -11,8 +11,8 @@ <%= render :partial => "node_details", :object => node %>
<% end %> - <%= t 'browse.node_history.download', :download_xml_link => link_to (t'browse.node_history.download_xml', :controller => "old_node", :action => "history"), - :view_details_link => link_to (t'browse.node_history.view_details', :action => "node") %> + <%= t 'browse.node_history.download', :download_xml_link => link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history"), + :view_details_link => link_to(t('browse.node_history.view_details'), :action => "node") %> <%= render :partial => "map", :object => @node %> -- 2.43.2