fixed trello formating
This commit is contained in:
@@ -3,24 +3,23 @@
|
||||
c = @cart
|
||||
%>
|
||||
|
||||
**Ime:**
|
||||
<%= dd.name %>
|
||||
**Ime:** <%= dd.name %>
|
||||
|
||||
**Adresa:**
|
||||
<%= dd.address %>
|
||||
|
||||
<%= dd.place.to_s.strip %>
|
||||
<%= Place.name_from_code(dd.place.to_s) %>
|
||||
Bosna i Hercegovina
|
||||
|
||||
Bosna i Hercegovina **Email: **<%= dd.email %>
|
||||
**Email: **<%= dd.email %>
|
||||
|
||||
**Telefon: ** +387
|
||||
<%= dd.phone %>
|
||||
**Telefon: ** +387 <%= dd.phone %>
|
||||
|
||||
**Plaćanje: **
|
||||
<%= dd.get_payment_string %>
|
||||
**Plaćanje: **<%= dd.get_payment_string %>
|
||||
|
||||
**Napomena: **
|
||||
|
||||
<%= dd.note %>
|
||||
|
||||
<% if dd.gift %>
|
||||
@@ -40,18 +39,9 @@ Bosna i Hercegovina **Email: **<%= dd.email %>
|
||||
<% 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) %>
|
||||
**UKUPNO:** <%= Helper.money(c.total) %>
|
||||
|
||||
Reference in New Issue
Block a user