UI: uses trash-icon to delete staff note
This commit is contained in:
parent
f7e1b92a34
commit
e608b7af03
|
@ -14,7 +14,7 @@
|
|||
{{#if n.can_delete}}
|
||||
<span class='controls'>
|
||||
{{d-button action=(action "removeNote" n)
|
||||
icon="times"
|
||||
icon="trash-o"
|
||||
class="btn-small btn-danger"
|
||||
title="staff_notes.remove"}}
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue