mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Always show user name next to comment
This commit is contained in:
parent
ea7f1abb6b
commit
9a867438b2
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ script(type='text/ng-template', id='commentEntryTemplate')
|
|||
p.rp-comment-content
|
||||
span.rp-entry-user(
|
||||
style="color: hsl({{ comment.user.hue }}, 70%, 40%);"
|
||||
ng-if="$first || comment.user.id !== threads[entry.thread_id].messages[$index - 1].user.id"
|
||||
) {{ comment.user.name }}:
|
||||
| {{ comment.content }}
|
||||
.rp-entry-metadata
|
||||
|
|
Loading…
Reference in a new issue