Fixes username color for nested comments when the author is the proposal owner

This commit is contained in:
Sander Ferdinand 2018-07-04 01:23:06 +02:00
parent d285d55515
commit 151b4a9c01
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<div class="votearrow" title="upvote"></div>
<div class="media-body">
<span class="username">
<a class="{% if c.user.username == proposal.user.username %}author{% endif %}" href="/user/{{ c.user.username }}">
<a class="{% if _c.user.username == proposal.user.username %}author{% endif %}" href="/user/{{ c.user.username }}">
{{_c.user.username}}
</a>
</span>