Skip to content
Snippets Groups Projects
Commit f0450c48 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'rs-add-title-to-emoji' into 'master'

Add title attribute to Emojis in award picker



See merge request !2378
parents 7929fe05 21a46236
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