From a4c6eccf1a44bcb729f1f5acdaf2401fe627f744 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 5 Feb 2017 16:50:34 +0800 Subject: [PATCH] Add more meta data to proposal template --- app/components/proposal-list/template.hbs | 3 ++- app/styles/components/_proposal-list.scss | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/components/proposal-list/template.hbs b/app/components/proposal-list/template.hbs index 81fdec2..7602e88 100644 --- a/app/components/proposal-list/template.hbs +++ b/app/components/proposal-list/template.hbs @@ -2,7 +2,8 @@
  • Issue{{#if proposal.executed}}d{{/if}} {{proposal.amount}}₭S - to {{proposal.recipientName}} + to {{proposal.recipientName}} + ({{proposal.votesCount}}/{{proposal.votesNeeded}} votes)
  • diff --git a/app/styles/components/_proposal-list.scss b/app/styles/components/_proposal-list.scss index 298b494..727b253 100644 --- a/app/styles/components/_proposal-list.scss +++ b/app/styles/components/_proposal-list.scss @@ -25,6 +25,11 @@ ul.proposal-list { .recipient { font-weight: 500; } + .votes { + font-size: 1rem; + color: lightblue; + padding-left: 1rem; + } button { display: inline-block;