mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Fixes username color for nested comments when the author is the proposal owner
This commit is contained in:
parent
d285d55515
commit
151b4a9c01
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
<div class="votearrow" title="upvote"></div>
|
<div class="votearrow" title="upvote"></div>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<span class="username">
|
<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}}
|
{{_c.user.username}}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue