@@ -584,7 +584,7 @@ <h3 class="txt-bright"><%= polyglot.t('CheckExchanges') %> </h3>
584584 < div class ="flexRow custCol-border borderBottom ">
585585 < div class ="flexRow rowItem padding15 ">
586586 < div class ="flexCol-7 overflowHidden ">
587- < a href ="#userPage/<%- ob.vendor_offer.listing.id.guid %>/item /<%- ob.vendor_offer.listing.contract_id %> ">
587+ < a href ="#userPage/<%- ob.vendor_offer.listing.id.guid %>/listing /<%- ob.vendor_offer.listing.contract_id %> ">
588588 < div class ="thumbnail thumbnail-large-slim pull-left marginRight10 "
589589 < % if(ob.vendor_offer.listing.item.image_hashes){ %>
590590 style="background-image: url(< %- ob.serverUrl %> get_image?hash=< %- ob.vendor_offer.listing.item.image_hashes[0] %> &guid=< %-ob.vendor_offer.listing.id.guid %> ), url(imgs/defaultItem.png);"
@@ -595,7 +595,7 @@ <h3 class="txt-bright"><%= polyglot.t('CheckExchanges') %> </h3>
595595 </ a >
596596 < div class ="txt-unleaded ">
597597 < div class ="marginTop12 marginBottom4 fontSize14 noOverflow ">
598- < a href ="#userPage/<%- ob.vendor_offer.listing.id.guid %>/item /<%- ob.vendor_offer.listing.contract_id %> ">
598+ < a href ="#userPage/<%- ob.vendor_offer.listing.id.guid %>/listing /<%- ob.vendor_offer.listing.contract_id %> ">
599599 < strong > < %- ob.vendor_offer.listing.item.title %> </ strong >
600600 </ a >
601601 </ div >
@@ -741,7 +741,7 @@ <h3 class="txt-bright"><%= polyglot.t('CheckExchanges') %> </h3>
741741 < div class ="flexRow custCol-border borderBottom ">
742742 < div class ="flexRow rowItem padding15 ">
743743 < div class ="flexCol-8 ">
744- < a href ="#userPage/<%- ob.vendor_offer.listing.id.guid %>/item /<%- ob.vendor_offer.listing.contract_id %> ">
744+ < a href ="#userPage/<%- ob.vendor_offer.listing.id.guid %>/listing /<%- ob.vendor_offer.listing.contract_id %> ">
745745 < div class ="thumbnail thumbnail-large-slim pull-left marginRight10 "
746746 < % if(ob.vendor_offer.listing.item.image_hashes){ %>
747747 style="background-image: url(< %- ob.serverUrl %> get_image?hash=< %- ob.vendor_offer.listing.item.image_hashes[0] %> &guid=< %-ob.vendor_offer.listing.id.guid %> ), url(imgs/defaultBanner.png);"
0 commit comments