From 5436469128ff242970e3b588a11af5293a2eee52 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 17 Jun 2018 15:32:08 +0200 Subject: [PATCH] Don't show vote count for confirmed contributions --- app/components/proposal-list/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/proposal-list/template.hbs b/app/components/proposal-list/template.hbs index 51d8d6e..989f9be 100644 --- a/app/components/proposal-list/template.hbs +++ b/app/components/proposal-list/template.hbs @@ -4,8 +4,8 @@ ♥ ({{proposal.kind}}) {{proposal.contributor.name}}: {{proposal.amount}}₭S - ({{proposal.votesCount}}/{{proposal.votesNeeded}} votes) {{#unless proposal.isExecuted}} + ({{proposal.votesCount}}/{{proposal.votesNeeded}} votes) {{/unless}}