diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-06 17:33:24 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-04-06 19:22:33 -0400 |
commit | 31672df34e673a0eba6aa61bf5de6939d210b397 (patch) | |
tree | 3ce789df2470c436057f40d180ca062cb402f097 | |
parent | 25faa060604e4cab261f1d9845fa1072110e75fd (diff) | |
download | gitlab-ce-24784-mr-system-notes.tar.gz |
Fix icon name error24784-mr-system-notes
-rw-r--r-- | app/helpers/system_note_helper.rb | 2 | ||||
-rw-r--r-- | app/views/shared/icons/_icon_arrow_circle_o_right.svg (renamed from app/views/shared/icons/_icon_arrow-circle-o-right.svg) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb index b8d7c953d79..3074921caff 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -16,7 +16,7 @@ module SystemNoteHelper 'visible' => 'icon_eye', 'milestone' => 'icon_clock_o', 'discussion' => 'icon_comment_o', - 'moved' => 'icon_arrow-circle-o-right' + 'moved' => 'icon_arrow_circle_o_right' }.freeze def icon_for_system_note(note) diff --git a/app/views/shared/icons/_icon_arrow-circle-o-right.svg b/app/views/shared/icons/_icon_arrow_circle_o_right.svg index db28b5e2d7a..db28b5e2d7a 100644 --- a/app/views/shared/icons/_icon_arrow-circle-o-right.svg +++ b/app/views/shared/icons/_icon_arrow_circle_o_right.svg |