WIP Group contributions in UI
This commit is contained in:
@@ -32,6 +32,22 @@
|
||||
</a>
|
||||
</p>
|
||||
{{/if}}
|
||||
{{#if this.siblingContributions.length}}
|
||||
<div class="co-contributors">
|
||||
<h4>Also contributed to this</h4>
|
||||
<ul>
|
||||
{{#each this.siblingContributions as |sibling|}}
|
||||
<li>
|
||||
<LinkTo @route="dashboard.contributions.show" @model={{sibling}} class="co-contributor">
|
||||
<UserAvatar @contributor={{sibling.contributor}} />
|
||||
<span class="name">{{sibling.contributor.name}}</span>
|
||||
<span class="amount">{{sibling.amount}}</span><span class="symbol">₭S</span>
|
||||
</LinkTo>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if this.model.vetoed}}
|
||||
<div class="hint vetoed">
|
||||
<div class="icon">
|
||||
|
||||
Reference in New Issue
Block a user