master
kek7198 2021-12-08 22:22:21 -06:00
parent fcdb3eddcd
commit 948e195488
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
</a> </a>
</li> </li>
<li> <li>
<a class="{{ 'font-bold text-red-600' if 'comments' in request.full_path else 'text-gray-700' }}" href="/@{{u.username}}/comments"> <a class="{{ 'font-bold text-red-600' if 'comments' and not 'saved' in request.full_path else 'text-gray-700' }}" href="/@{{u.username}}/comments">
Comments <span class="text-gray-500 font-normal">{{ u.comment_count }}</span> Comments <span class="text-gray-500 font-normal">{{ u.comment_count }}</span>
</a> </a>
</li> </li>