BigW Consortium Gitlab

emoji_helper.rb 95 Bytes
module EmojiHelper
  def emoji_icon(*args)
    raw Gitlab::Emoji.gl_emoji_tag(*args)
  end
end