mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update _details.html.erb
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
<td/>
|
<td/>
|
||||||
<td>
|
<td>
|
||||||
<%= button_to "Edit", edit_customer_path(@customer), method: :get%>
|
<%= button_to "Edit", edit_customer_path(@customer), method: :get%>
|
||||||
<%= button_to "Delete", delete_customer_path(@customer), method: :delete, data: {confirm: "You sure?"} %>
|
<%= button_to "Delete", destroy_customer_path(@customer), method: :delete, data: {confirm: "You sure?"} %>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user