Always show user name next to comment

This commit is contained in:
James Allen 2017-01-12 12:06:02 +01:00
parent ea7f1abb6b
commit 9a867438b2

View file

@ -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