Server changes
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<strong<% if (item.checked) { %> style="text-decoration: line-through"<% } %>>
|
||||
<%= item.product_name %>
|
||||
</strong>
|
||||
<% if (item.amount !== 1) { %><span class="badge bg-info"><%= item.amount %></span><% } %>
|
||||
<% if (item.amount !== 1) { %><span class="badge bg-info text-white"><%= item.amount %></span><% } %>
|
||||
<div class="small text-secondary"><%= item.category_icon || "" %> <%= item.category_name || "Geen categorie" %></div>
|
||||
</div>
|
||||
<form class="delete-item-form" method="post" action="/lists/<%= list.id %>/items/<%= item.id %>">
|
||||
|
||||
Reference in New Issue
Block a user