Browse Source

Update index.hbs

Coinpaprika price
master
jeje0106 2 years ago committed by GitHub
parent
commit
b1a4ce9104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      www/app/templates/index.hbs

5
www/app/templates/index.hbs

@ -37,8 +37,9 @@
<div><i class="fa fa-bars"></i> Blockchain Height: <span>{{format-number stats.height}}</span></div>
<div><i class="fa fa-clock-o"></i> Current Round Variance: <span>{{format-number stats.roundVariance
style='percent'}}</span></div>
<div><i class="fa fa-money"></i> Current price: <span>$
<div><i class="fa fa-credit-card-alt fa-fw"></i> Current price: <span>$
{{model.exchangedata.current_price}}</span></div>
{{format-number model.exchangedata.price_usd maximumFractionDigits='8'}}</span></div>
</div>
</div>
</div>
@ -79,4 +80,4 @@
</div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save