From 6b4bc6aa208e16fe9cab44641e32f4b5b18f3c4e Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Sat, 7 May 2016 09:21:34 +0200 Subject: [PATCH] fixed trello formating again --- front-api/views/cart_trello.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) %>