Update _details.html.erb

This commit is contained in:
2016-04-28 09:50:17 -04:00
parent b32df9525c
commit e400a7cee3

View File

@@ -29,7 +29,6 @@
<td/>
<td>
<%= button_to "Edit", edit_customer_path(@customer), method: :get%>
<%= button_to "Delete", destroy_customer_path(@customer), method: :delete, data: {confirm: "You sure?"} %>
</td>
</tr>
</tbody>