Skip to content
Snippets Groups Projects
Commit 4c5be695 authored by Valery Sizov's avatar Valery Sizov
Browse files

catch Emoji encode error

parent b9ec1aae
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -99,7 +99,7 @@ module IssuesHelper
end
 
def emoji_icon(name, unicode = nil, aliases = [])
unicode ||= Emoji.emoji_filename(name)
unicode ||= Emoji.emoji_filename(name) rescue ""
 
content_tag :div, "",
class: "icon emoji-icon emoji-#{unicode}",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment