Show username in comment header for easier mention
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
7ff1c0e3f9
commit
f53e0fff47
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue