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}}
|
||||
class="{{item-status @reimbursement}}"
|
||||
role="button" {{on "click" this.toggleExpenseDetails}}>
|
||||
<p class="meta">
|
||||
class="{{item-status @reimbursement}}">
|
||||
<p class="meta" {{on "click" this.toggleExpenseDetails}} role="button">
|
||||
<span class="recipient">
|
||||
<UserAvatar @contributor={{@reimbursement.contributor}} />
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user