Skip to content
Snippets Groups Projects
Commit 21a46236 authored by Robert Speicher's avatar Robert Speicher
Browse files

Add title attribute to Emojis in award picker

parent f2fab27a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -103,9 +103,12 @@ module IssuesHelper
 
content_tag :div, "",
class: "icon emoji-icon emoji-#{unicode}",
"data-emoji" => name,
"data-aliases" => aliases.join(" "),
"data-unicode-name" => unicode
title: name,
data: {
aliases: aliases.join(' '),
emoji: name,
unicode_name: unicode
}
end
 
def emoji_author_list(notes, current_user)
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