diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-06 13:41:30 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-04-06 19:22:33 -0400 |
commit | 087e83287f749b7d78230c1c535dc58b836a32a4 (patch) | |
tree | c525608095e0c98f05b904a7178b57ad70da3489 /app/helpers | |
parent | f3a39afc37f7a345b837c68bdf2f8d7d93ddab84 (diff) | |
download | gitlab-ce-087e83287f749b7d78230c1c535dc58b836a32a4.tar.gz |
Fix positioning of note icons
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/system_note_helper.rb | 2 |
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' |