From 2011636173fb4b69fc9b0f93a6f56becce4866a3 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 7 Jun 2017 13:01:35 +0200 Subject: [PATCH] Add contribution details as title --- app/components/proposal-list/template.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/proposal-list/template.hbs b/app/components/proposal-list/template.hbs index ba22f18..f346830 100644 --- a/app/components/proposal-list/template.hbs +++ b/app/components/proposal-list/template.hbs @@ -1,8 +1,8 @@ {{#each proposals as |proposal|}} -
  • +
  • {{proposal.amount}}₭S - for {{proposal.recipientName}} + for {{proposal.recipientName}} ({{proposal.votesCount}}/{{proposal.votesNeeded}} votes) {{#unless proposal.executed}}{{/unless}}