Commit 21a46236 authored by Robert Speicher's avatar Robert Speicher

Add title attribute to Emojis in award picker

parent f2fab27a
...@@ -103,9 +103,12 @@ module IssuesHelper ...@@ -103,9 +103,12 @@ module IssuesHelper
content_tag :div, "", content_tag :div, "",
class: "icon emoji-icon emoji-#{unicode}", class: "icon emoji-icon emoji-#{unicode}",
"data-emoji" => name, title: name,
"data-aliases" => aliases.join(" "), data: {
"data-unicode-name" => unicode aliases: aliases.join(' '),
emoji: name,
unicode_name: unicode
}
end end
def emoji_author_list(notes, current_user) def emoji_author_list(notes, current_user)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment