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 16:00:15 -0500 |
commit | c025a0ebcb5a5e16ff9ff7b53883fcf1c605a9be (patch) | |
tree | 2e2e45810e5b104ce5e1cca1bc581db67ad7a7ac /app | |
parent | 6ca6ca89170f0e9db5f71a737d45dc01401d9f2d (diff) | |
download | gitlab-ce-c025a0ebcb5a5e16ff9ff7b53883fcf1c605a9be.tar.gz |
Update MR title change icon
Diffstat (limited to 'app')
-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', |