diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-05-26 13:51:24 -0500 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-06-13 21:33:26 -0400 |
commit | d9b15661c97c471a1fa880a84fb6f1d6d4a2a2a5 (patch) | |
tree | 9af3da7b47fcc89e1f369a506403fd9763c0c024 /app/helpers/icons_helper.rb | |
parent | 0037cf634dbcc8045fba9cbc28133cfde07dc97c (diff) | |
download | gitlab-ce-d9b15661c97c471a1fa880a84fb6f1d6d4a2a2a5.tar.gz |
Add experimental JSON format for tree controller
Diffstat (limited to 'app/helpers/icons_helper.rb')
-rw-r--r-- | app/helpers/icons_helper.rb | 1 |
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. |