UI: uses trash-icon to delete staff note

This commit is contained in:
Joffrey JAFFEUX 2018-08-27 18:43:07 +02:00
parent f7e1b92a34
commit e608b7af03
1 changed files with 1 additions and 1 deletions

View File

@ -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>