Fix warnings.
This commit is contained in:
parent
8c49196365
commit
ef313e7378
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue