5 lines
95 B
Ruby
5 lines
95 B
Ruby
module EmojiHelper
|
|
def emoji_icon(*args)
|
|
raw Gitlab::Emoji.gl_emoji_tag(*args)
|
|
end
|
|
end
|