Skip to content

Commit

Permalink
templates/dashboard: Bounty explorer to show bounties value in usdt a…
Browse files Browse the repository at this point in the history
…t the time of the web3_created.

To stop fluctuating prices on bounties explorer, use ConversionRate at the web3_created bounty timestamp.

Issue: gitcoinco#693
  • Loading branch information
cryptomental authored and Przemyslaw Szulczynski committed Apr 10, 2018
1 parent da08cc2 commit d0516f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/dashboard/templates/dashboard.html
Expand Up @@ -107,10 +107,10 @@ <h3>{% trans "No results found." %}</h3>
<span>[[:token_name]]</span>
</p>
</div>
[[if value_in_usdt_now]]
[[if value_in_usdt]]
<div class="tag usd">
<p>
[[:value_in_usdt_now]]
[[:value_in_usdt]]
<span>USD</span>
</p>
</div>
Expand Down

0 comments on commit d0516f1

Please sign in to comment.