summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-09 23:21:50 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-09 23:21:50 +0000
commitcea3cf177c68bb1fa9326d4e88631b7737ae8a98 (patch)
tree7c98808bc4188586063232bff9b024731eb25df8 /lib
parente328eab0da46f1a5d4fbf2289911ce8f4093cfb6 (diff)
parent94826d9abe13a20aae0868a096a03d2a4e706d82 (diff)
downloadgitlab-ce-cea3cf177c68bb1fa9326d4e88631b7737ae8a98.tar.gz
Merge branch 'award-emoji-fixes' into 'master'
Award emoji fixes Fixes #18357 #18325 and #18424 See merge request !4550
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/gon_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index ab900b641c4..f751a3a12fd 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -8,6 +8,7 @@ module Gitlab
gon.relative_url_root = Gitlab.config.gitlab.relative_url_root
gon.shortcuts_path = help_shortcuts_path
gon.user_color_scheme = Gitlab::ColorSchemes.for_user(current_user).css_class
+ gon.award_menu_url = emojis_path
if current_user
gon.current_user_id = current_user.id