diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-07 10:01:23 -0500 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-07 12:52:36 -0500 |
| commit | 9d07bc23405d69f96af51acac55244d1c7e7e3d3 (patch) | |
| tree | 20bd0b36a0e800f02ca6840a1e6f4f97b3ecf31f | |
| parent | fd16c892556a345d43a5ffc1c7bbc28b63b0a49c (diff) | |
| download | gitlab-ce-title-change-icon.tar.gz | |
Update MR title change icontitle-change-icon
| -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 3074921caff..1ea60e39386 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -7,7 +7,7 @@ module SystemNoteHelper 'closed' => 'icon_status_closed', 'time_tracking' => 'icon_stopwatch', 'assignee' => 'icon_user', - 'title' => 'icon_pencil', + 'title' => 'icon_edit', 'task' => 'icon_check_square_o', 'label' => 'icon_tags', 'cross_reference' => 'icon_random', |
