- {{await kredits.totalSupply}} kredits issued and distributed among - {{contributorsWithKredits.length}} contributors. -
-diff --git a/app/components/proposal-list/template.hbs b/app/components/proposal-list/template.hbs index 87bdbae..42e18fe 100644 --- a/app/components/proposal-list/template.hbs +++ b/app/components/proposal-list/template.hbs @@ -1,12 +1,21 @@ {{#each proposals as |proposal|}} -
+ {{proposal.amount}}₭S +
++ {{proposal.description}} +
++ {{#unless proposal.isExecuted}} + ({{proposal.votesCount}}/{{proposal.votesNeeded}} votes) + + {{/unless}} +
- {{await kredits.totalSupply}} kredits issued and distributed among - {{contributorsWithKredits.length}} contributors. -
-+ {{await kredits.totalSupply}} kredits issued and distributed among + {{contributorsWithKredits.length}} contributors. +
+- {{#link-to 'proposals.new'}}Create new proposal{{/link-to}} -
- {{/if}} +