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-07 01:33:24 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-04-07 02:22:33 +0300
commit31672df34e673a0eba6aa61bf5de6939d210b397 (patch)
tree3ce789df2470c436057f40d180ca062cb402f097 /app/helpers/system_note_helper.rb
parent25faa060604e4cab261f1d9845fa1072110e75fd (diff)
Fix icon name error
Diffstat (limited to 'app/helpers/system_note_helper.rb')
-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 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)