diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-06 13:54:41 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-04-06 19:22:33 -0400 |
commit | 2c9239fb66b9859f29e23b6de6b0523f23212ae8 (patch) | |
tree | d62be99fdbb6b0012e077171db609321cd55a3c7 /app/helpers/system_note_helper.rb | |
parent | 5c7953fb82c8982d0928892812e55711cab2e11c (diff) | |
download | gitlab-ce-2c9239fb66b9859f29e23b6de6b0523f23212ae8.tar.gz |
Change edit icon
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-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 dcf5a301750..51ebac88d91 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -18,7 +18,7 @@ module SystemNoteHelper when 'assignee' 'icon_user' when 'title' - 'icon_pencil' + 'icon_edit' when 'task' 'icon_check_square_o' when 'label' |