Welcome to mirror list, hosted at ThFree Co, Russian Federation.

emoji_aliases.js.erb « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeb86c9fa5bc7758a85242bb7fd2242a6ac02b26 (plain)
1
2
3
4
5
6
(function() {
  gl.emojiAliases = function() {
    return JSON.parse('<%= Gitlab::AwardEmoji.aliases.to_json %>');
  };

}).call(this);