diff --git a/front-api/views/cart_trello.erb b/front-api/views/cart_trello.erb index c5693f7..2f6643a 100644 --- a/front-api/views/cart_trello.erb +++ b/front-api/views/cart_trello.erb @@ -39,9 +39,11 @@ Bosna i Hercegovina <% end %> <% @cart.item_in_carts.each do |iic| %> -**<%= iic.item.code %> <%= iic.item.name %>** **<%= iic.count %>** x <%= Helper.money(iic.price) %> = <%= Helper.money(iic.count * iic.price) %> +**<%= iic.item.code %> <%= iic.item.name %>** +**<%= iic.count %>** x <%= Helper.money(iic.price) %> = <%= Helper.money(iic.count * iic.price) %> <% end %> -Dostava 1 x <%= Helper.money(c.delivery_cost) %> = <%= Helper.money(c.delivery_cost) %> +Dostava +1 x <%= Helper.money(c.delivery_cost) %> = <%= Helper.money(c.delivery_cost) %> **UKUPNO:** <%= Helper.money(c.total) %>