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>
|
||||
|
||||
@@ -25,6 +25,11 @@ ul.proposal-list {
|
||||
.recipient {
|
||||
font-weight: 500;
|
||||
}
|
||||
.votes {
|
||||
font-size: 1rem;
|
||||
color: lightblue;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user