thrown out ringeraja banner

This commit is contained in:
Senad Uka
2016-06-09 12:42:22 +02:00
parent 9820f6a363
commit d97516e24e
2 changed files with 10 additions and 12 deletions

View File

@@ -13,23 +13,23 @@
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: ** **Napomena:**
<%= dd.note %> <%= dd.note %>
<% if dd.gift %> <% if dd.gift %>
**Poklon ** **Name: **<%= dd.recipient_name %> **Poklon** **Name:** <%= dd.recipient_name %>
**Postal code: **<%= dd.recipient_postal_code %> **Postal code:** <%= dd.recipient_postal_code %>
**Place: **<%= dd.recipient_place %> **Place:** <%= dd.recipient_place %>
**Address: **<%= dd.recipient_address %> **Address:** <%= dd.recipient_address %>
**Phone: **<%= dd.recipient_phone %> **Phone:** <%= dd.recipient_phone %>
**Email: **<%= dd.recipient_email %> **Email:** <%= dd.recipient_email %>
<% end %> <% end %>
<% if dd.instant_delivery %> <% if dd.instant_delivery %>

View File

@@ -18,9 +18,7 @@ var StartPage = React.createClass({
<LinkBanner locationName="startPage" /> <LinkBanner locationName="startPage" />
<AllItemsInGroup /> <AllItemsInGroup />
<h2>Preporučeno</h2> <h2>Preporučeno</h2>
<div><a href="http://www.ringeraja.ba" target="_blank"><img className='img-responsive center-block' src="https://res.cloudinary.com/du5pdibul/image/upload/v1450251799/12346653_10206786371272418_443454315_n_vo7jrj.jpg" /></a></div>
<RandomItems /> <RandomItems />
</div> </div>
<GAInitiailizer /> <GAInitiailizer />
</div> </div>