diff --git a/front-api/views/cart_trello.erb b/front-api/views/cart_trello.erb index 8fbc832..ce2dcea 100644 --- a/front-api/views/cart_trello.erb +++ b/front-api/views/cart_trello.erb @@ -13,23 +13,23 @@ 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: ** +**Napomena:** <%= dd.note %> <% if dd.gift %> -**Poklon ** **Name: **<%= dd.recipient_name %> -**Postal code: **<%= dd.recipient_postal_code %> -**Place: **<%= dd.recipient_place %> -**Address: **<%= dd.recipient_address %> -**Phone: **<%= dd.recipient_phone %> -**Email: **<%= dd.recipient_email %> +**Poklon** **Name:** <%= dd.recipient_name %> +**Postal code:** <%= dd.recipient_postal_code %> +**Place:** <%= dd.recipient_place %> +**Address:** <%= dd.recipient_address %> +**Phone:** <%= dd.recipient_phone %> +**Email:** <%= dd.recipient_email %> <% end %> <% if dd.instant_delivery %> diff --git a/front-ui/app/components/startPage/startPage.js b/front-ui/app/components/startPage/startPage.js index 1bced2a..13b1bdd 100644 --- a/front-ui/app/components/startPage/startPage.js +++ b/front-ui/app/components/startPage/startPage.js @@ -18,9 +18,7 @@ var StartPage = React.createClass({

Preporučeno

-
-