Skip to content
Snippets Groups Projects
Commit ae00091e authored by Douwe Maan's avatar Douwe Maan
Browse files

Use full names in emoji tooltip

parent d032e07b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -99,7 +99,7 @@ module IssuesHelper
 
def emoji_author_list(notes, current_user)
list = notes.map do |note|
note.author == current_user ? "me" : note.author.username
note.author == current_user ? "me" : note.author.name
end
 
list.join(", ")
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