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