Fix warnings.

This commit is contained in:
Tom Hughes 2009-05-31 12:06:57 +00:00
parent 8c49196365
commit ef313e7378
2 changed files with 4 additions and 4 deletions

View file

@ -15,8 +15,8 @@
<td>
<%= render :partial => "node_details", :object => @node %>
<hr />
<%= 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") %>
</td>
<%= render :partial => "map", :object => @node %>
</tr>

View file

@ -11,8 +11,8 @@
<%= render :partial => "node_details", :object => node %>
<hr />
<% 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") %>
</td>
<%= render :partial => "map", :object => @node %>
</tr>