Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-06 21:54:41 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-04-07 02:22:33 +0300
commit2c9239fb66b9859f29e23b6de6b0523f23212ae8 (patch)
treed62be99fdbb6b0012e077171db609321cd55a3c7 /app/helpers
parent5c7953fb82c8982d0928892812e55711cab2e11c (diff)
Change edit icon
Diffstat (limited to 'app/helpers')
-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 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'