Fix emojii
This commit is contained in:
parent
4f8a4aa44c
commit
5cb9e7eedc
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ module Gitlab
|
|||
|
||||
text = text.gsub(EMOJI_PATTERN) do |match|
|
||||
if valid_emoji?($2)
|
||||
helper.image_tag("#{$2}.png", size: "20x20", class: 'emoji', title: $1, alt: $1)
|
||||
image_tag("emoji/#{$2}.png", size: "20x20", class: 'emoji', title: $1, alt: $1)
|
||||
else
|
||||
match
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue