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}}
|
{{#if n.can_delete}}
|
||||||
<span class='controls'>
|
<span class='controls'>
|
||||||
{{d-button action=(action "removeNote" n)
|
{{d-button action=(action "removeNote" n)
|
||||||
icon="times"
|
icon="trash-o"
|
||||||
class="btn-small btn-danger"
|
class="btn-small btn-danger"
|
||||||
title="staff_notes.remove"}}
|
title="staff_notes.remove"}}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue