fixed trello formating again
This commit is contained in:
@@ -39,9 +39,11 @@ Bosna i Hercegovina
|
|||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% @cart.item_in_carts.each do |iic| %>
|
<% @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 %>
|
<% 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) %>
|
**UKUPNO:** <%= Helper.money(c.total) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user