forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-08 21:49:58 -06:00
parent 8a0bc20c65
commit ead06cc406
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@
Comments <span class="text-gray-500 font-normal">{{ u.comment_count }}</span>
</a>
</li>
{% if u.id == v.id %}
<li>
<a class="{{ 'font-bold text-red-600' if '/saved/posts' in request.path else 'text-gray-700' }}" href="/@{{u.username}}/saved/posts">
Saved Posts
@ -191,6 +192,7 @@
Saved Comments
</a>
</li>
{% endif %}
</ul>
</div>
</div>