Commit ce91014730e59101af3dd52ae7cd6f3070954fa4
1 parent
5d42d92c
Exists in
master
and in
4 other branches
Fix use of Emoji
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -115,7 +115,7 @@ module ApplicationHelper |
115 | 115 | def emoji_autocomplete_source |
116 | 116 | # should be an array of strings |
117 | 117 | # so to_s can be called, because it is sufficient and to_json is too slow |
118 | - Emoji::NAMES.to_s | |
118 | + Emoji.names.to_s | |
119 | 119 | end |
120 | 120 | |
121 | 121 | def ldap_enable? | ... | ... |
lib/gitlab/markdown.rb