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