Add more meta data to proposal template
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
<li>
|
<li>
|
||||||
Issue{{#if proposal.executed}}d{{/if}}
|
Issue{{#if proposal.executed}}d{{/if}}
|
||||||
<span class="amount">{{proposal.amount}}</span><span class="symbol">₭S</span>
|
<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>
|
<button {{action "confirm"}}>+1</button>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -25,6 +25,11 @@ ul.proposal-list {
|
|||||||
.recipient {
|
.recipient {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
.votes {
|
||||||
|
font-size: 1rem;
|
||||||
|
color: lightblue;
|
||||||
|
padding-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Reference in New Issue
Block a user