Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 40eb0c1

Browse files
committed
fix listing path in transaction modal
1 parent bc97bbb commit 40eb0c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/templates/transactionModal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)