Use real numbers for supply and contrib count

This commit is contained in:
2017-02-05 12:22:34 +08:00
parent 79b2d13326
commit d66573b6af
3 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
{{contributor-list contributors=model.contributors}}
<p class="stats">
<span class="number">{{kredits.totalSupply}}</span> kredits issued and distributed among
<span class="number">{{kredits.contributorsCount}}</span> contributors.
<span class="number">{{model.totalSupply}}</span> kredits issued and distributed among
<span class="number">{{model.contributorsCount}}</span> contributors.
</p>
</div>
</section>