Displaying 1 result from an estimated 1 matches for "delete_piece".
2006 Jan 20
1
form_tag and multiple buttons inside problem
...;Edit Piece'', :action => ''edit_piece'', :id
=> p %></td>
<td><%=h p.nombre %></td>
<td><%=h p.descripcion %></td>
<td><%= button_to ''Delete Piece'', :action => ''delete_piece'',
:id => p %></td>
</tr>
<% end%>
</table>
<%= button_to ''Edit Product'', :action => ''edit'', :id => @product -%>
<%= button_to ''Create New Piece'', :action => ''...