Merge branch 'username-in-comments' into 'master'

Username in comments

Its hard to mention person in comment if you don't know his username.
This patch show person username right after his name in comment row

See merge request !1281
This commit is contained in:
Dmitriy Zaporozhets
2014-12-01 16:32:42 +00:00
+2
View File
@@ -18,6 +18,8 @@
%i.fa.fa-trash-o.cred
Remove
= link_to_member(@project, note.author, avatar: false)
%span.author-username
= '@' + note.author.username
%span.note-last-update
= note_timestamp(note)