Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 76446c27 authored by 65160270's avatar 65160270
Browse files

update-cart

parent ea31277f
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
<a href="/products/edit/<%= product.id %>">Edit</a>
<form action="/products/delete/<%= product.id %>" method="POST" style="display: inline;">
<button type="submit" onclick="return confirm('Are you sure you want to delete this product?')">
<button type="submit" onclick="return confirm('Are you sure you want to delete this product?')" style="margin: 0; padding: 0.5rem 1rem; background-color: red;">
Delete
</button>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment