From e608b7af039becd1345568566a63f3c5c56aab81 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 27 Aug 2018 18:43:07 +0200 Subject: [PATCH] UI: uses trash-icon to delete staff note --- assets/javascripts/discourse/templates/modal/staff-notes.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/templates/modal/staff-notes.hbs b/assets/javascripts/discourse/templates/modal/staff-notes.hbs index 6f3eafc..3e86c59 100644 --- a/assets/javascripts/discourse/templates/modal/staff-notes.hbs +++ b/assets/javascripts/discourse/templates/modal/staff-notes.hbs @@ -14,7 +14,7 @@ {{#if n.can_delete}} {{d-button action=(action "removeNote" n) - icon="times" + icon="trash-o" class="btn-small btn-danger" title="staff_notes.remove"}}