summaryrefslogtreecommitdiff
path: root/app/helpers/system_note_helper.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-06 13:41:30 -0500
committerJacob Schatz <jschatz1@gmail.com>2017-04-06 19:22:33 -0400
commit087e83287f749b7d78230c1c535dc58b836a32a4 (patch)
treec525608095e0c98f05b904a7178b57ad70da3489 /app/helpers/system_note_helper.rb
parentf3a39afc37f7a345b837c68bdf2f8d7d93ddab84 (diff)
downloadgitlab-ce-087e83287f749b7d78230c1c535dc58b836a32a4.tar.gz
Fix positioning of note icons
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-rw-r--r--app/helpers/system_note_helper.rb2
1 files changed, 1 insertions, 1 deletions
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'