Add more meta data to proposal template

This commit is contained in:
2017-02-05 16:50:34 +08:00
parent 0e8ae91d0d
commit a4c6eccf1a
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
<li>
Issue{{#if proposal.executed}}d{{/if}}
<span class="amount">{{proposal.amount}}</span><span class="symbol">₭S</span>
to <span class="recipient">{{proposal.recipientName}}</span>
to <span class="recipient" title="{{proposal.recipientAddress}}">{{proposal.recipientName}}</span>
<span class="votes">({{proposal.votesCount}}/{{proposal.votesNeeded}} votes)</span>
<button {{action "confirm"}}>+1</button>
</li>