summaryrefslogtreecommitdiff
path: root/app/helpers/markup_helper.rb
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-11-06 12:04:55 +0000
committerPhil Hughes <me@iamphill.com>2017-11-06 12:04:55 +0000
commit57497f6f30adb9e2929a55ed45ea1bfd627aea88 (patch)
treece5d4ec3f2e532263243f177d245a05297e72451 /app/helpers/markup_helper.rb
parentdb6a125d4d602237fb0deb37eb55a747cd0251b2 (diff)
downloadgitlab-ce-57497f6f30adb9e2929a55ed45ea1bfd627aea88.tar.gz
Resolve "Editor icons"
Diffstat (limited to 'app/helpers/markup_helper.rb')
-rw-r--r--app/helpers/markup_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/markup_helper.rb b/app/helpers/markup_helper.rb
index 46bced00c72..420622399f3 100644
--- a/app/helpers/markup_helper.rb
+++ b/app/helpers/markup_helper.rb
@@ -218,7 +218,7 @@ module MarkupHelper
data: data,
title: options[:title],
aria: { label: options[:title] } do
- icon(options[:icon])
+ sprite_icon(options[:icon])
end
end