From 087e83287f749b7d78230c1c535dc58b836a32a4 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 6 Apr 2017 13:41:30 -0500 Subject: Fix positioning of note icons --- app/helpers/system_note_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/helpers') diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb index 954d4427378..7882c4f71a3 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -14,7 +14,7 @@ module SystemNoteHelper when 'closed' 'icon_status_closed' when 'time_tracking' - 'icon_timer' + 'icon_stopwatch' when 'assignee' 'icon_user' when 'title' -- cgit v1.2.3