link_to '(delete)' {:action => 'delete', :id => recipe.id} July 30, 2006 | Â co.mments ONLamp.com: <% @recipes.each do |recipe| %> <tr> <td> <%= link_to recipe.title, :action => "show", :id => recipe.id %>, <font size=-1> <%= link_to "(delete)", {:action => "delete", :id => recipe.id} :confirm => "Really delete #{recipe.title}?" %> </font> </td> <td><%= recipe.category.name %></td> <td><%= reci
{{#tags}}- {{label}}
{{/tags}}