<%= node.name %> |
<%= node.location.name %> |
<%= node.comment %> |
<%= link_to 'Show', :action => 'show', :controller => 'node', :id => node %> |
<%= link_to 'Edit', :action => 'edit', :controller => 'node', :id => node %> |
<%= link_to 'Destroy', { :action => 'destroy', :controller => 'node', :id => node }, :confirm => 'Are you sure?', :post => true %> |
<% end %>