Only expand item details on header click
It's annoying not being able to copy details otherwise
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<li data-reimbursement-id={{@reimbursement.id}}
|
<li data-reimbursement-id={{@reimbursement.id}}
|
||||||
class="{{item-status @reimbursement}}"
|
class="{{item-status @reimbursement}}">
|
||||||
role="button" {{on "click" this.toggleExpenseDetails}}>
|
<p class="meta" {{on "click" this.toggleExpenseDetails}} role="button">
|
||||||
<p class="meta">
|
|
||||||
<span class="recipient">
|
<span class="recipient">
|
||||||
<UserAvatar @contributor={{@reimbursement.contributor}} />
|
<UserAvatar @contributor={{@reimbursement.contributor}} />
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user