Add button to confirm proposals

This commit is contained in:
2017-02-05 16:44:58 +08:00
parent ab603a1107
commit 0e8ae91d0d
2 changed files with 22 additions and 0 deletions
@@ -3,5 +3,7 @@
Issue{{#if proposal.executed}}d{{/if}}
<span class="amount">{{proposal.amount}}</span><span class="symbol">₭S</span>
to <span class="recipient">{{proposal.recipientName}}</span>
<button {{action "confirm"}}>+1</button>
</li>
{{/each}}