Commit b7cac5a8 authored by Douwe Maan's avatar Douwe Maan

Use full names in emoji tooltip

parent 4d67a290
......@@ -96,7 +96,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(", ")
......
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