Contributor list improvements #11

Merged
raucao merged 3 commits from feature/contributors_list into master 2017-05-14 17:28:18 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 2405e3e118 - Show all commits
-1
View File
@@ -10,7 +10,6 @@ export default Ember.Route.extend({
return Ember.RSVP.hash({
contributors: kredits.getContributors(),
totalSupply: kredits.getValueFromContract('tokenContract', 'totalSupply'),
contributorsCount: kredits.getValueFromContract('kreditsContract', 'contributorsCount'),
proposals: kredits.getProposals()
});
}
+1 -1
View File
@@ -8,7 +8,7 @@
<p class="stats">
<span class="number">{{model.totalSupply}}</span> kredits issued and distributed among
<span class="number">{{model.contributorsCount}}</span> contributors.
<span class="number">{{contributorsWithKredits.length}}</span> contributors.
</p>
</div>
</section>