Display contribution balances not token balances

We want to display the contribution balances (kredits earned) of the
contributors not the token balances.
This commit is contained in:
2019-04-19 18:16:02 +02:00
parent 83fd9a94b0
commit d1791cadfe
6 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{{contributor.name}}
</td>
<td class="kredits">
<span class="amount">{{contributor.balance}}</span>
<span class="amount">{{contributor.totalKreditsEarned}}</span>
<span class="symbol">₭S</span>
</td>
</tr>