diff --git a/views/options/groups/chat-message.jade b/views/options/groups/chat-message.jade index ea0beb6db1..54f1961c34 100644 --- a/views/options/groups/chat-message.jade +++ b/views/options/groups/chat-message.jade @@ -1,5 +1,5 @@ li(ng-repeat='message in group.chat', ng-class='{highlight: message.text.indexOf(username(user.auth,user.profile.name)) != -1}') - span.label.chat-message(class='{{nameTagClasses(message)}}', tooltip='{{message.contributor}}{{message.npc}}') + span.label.chat-message(class='{{nameTagClasses(message)}}', tooltip='{{message.contributor}}') | {{message.user}} span span(ng-bind-html="message.text | linky:'_blank'") -