Add more meta data to proposal template
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user