Skip to content

Commit

Permalink
Re-do NFT tx link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jul 11, 2023
1 parent f36c36d commit 46ec077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imports/ui/components/tx/tx.html
Expand Up @@ -71,7 +71,7 @@ <h3 class="ui pageHeader header">
{{#if knownProvider}}
<p>
<i class="ui certificate icon"></i>Verified provider:
<a href="{{providerURL}}/{{tx.tx.transaction_hash}}">{{providerName}}</a> ({{providerID}})
<a href="{{providerURL}}/{{explorer.token_txhash}}">{{providerName}}</a> ({{providerID}})
</p>
{{else}}
<p>
Expand All @@ -86,7 +86,7 @@ <h3 class="ui pageHeader header">
<div class="label">NFT creation transaction: </div>
<a href="/tx/{{explorer.token_txhash}}" class="unbreakable">{{explorer.token_txhash}}</a>
{{#if knownProvider}}
<a href="{{providerURL}}/{{tx.tx.transaction_hash}}"><button class="ui red button"><i class="ui eye icon"></i>View at {{providerName}}</button></a>
<a href="{{providerURL}}/{{explorer.token_txhash}}"><button class="ui red button"><i class="ui eye icon"></i>View at {{providerName}}</button></a>
{{/if}}
{{else}}
<div class="value">{{explorer.totalTransferred}}</div>
Expand Down Expand Up @@ -279,14 +279,14 @@ <h4>Signatories</h4>
{{/if}}
provider:
{{#if knownProvider}}
<a href="{{providerURL}}/{{explorer.token_txhash}}">{{providerName}}</a> ({{providerID}})
<a href="{{providerURL}}/{{tx.tx.transaction_hash}}">{{providerName}}</a> ({{providerID}})
{{else}}
{{providerID}}
{{/if}}
<p style="word-break: break-all;">Hash: {{nftHash}}</p>
<div>
{{#if knownProvider}}
<a href="{{providerURL}}/{{explorer.token_txhash}}"><button class="ui red button"><i class="ui eye icon"></i>View at {{providerName}}</button></a>
<a href="{{providerURL}}/{{tx.tx.transaction_hash}}"><button class="ui red button"><i class="ui eye icon"></i>View at {{providerName}}</button></a>
{{else}}
Contact your NFT provider
{{/if}}
Expand Down

0 comments on commit 46ec077

Please sign in to comment.