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:
authorDouwe Maan <douwe@selenight.nl>2017-05-26 21:51:24 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-06-14 04:33:26 +0300
commitd9b15661c97c471a1fa880a84fb6f1d6d4a2a2a5 (patch)
tree9af3da7b47fcc89e1f369a506403fd9763c0c024 /app/helpers/icons_helper.rb
parent0037cf634dbcc8045fba9cbc28133cfde07dc97c (diff)
Add experimental JSON format for tree controller
Diffstat (limited to 'app/helpers/icons_helper.rb')
-rw-r--r--app/helpers/icons_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/icons_helper.rb b/app/helpers/icons_helper.rb
index f29faeca22d..9a404832423 100644
--- a/app/helpers/icons_helper.rb
+++ b/app/helpers/icons_helper.rb
@@ -1,4 +1,5 @@
module IconsHelper
+ extend self
include FontAwesome::Rails::IconHelper
# Creates an icon tag given icon name(s) and possible icon modifiers.