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;