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

pull/2/head
Sander Ferdinand 6 years ago
parent d285d55515
commit 151b4a9c01

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

Loading…
Cancel
Save