remotes/1693045480750635534/spooky-22
Aevann1 2022-01-11 19:38:26 +02:00
parent ed3c3e364e
commit 4b85a811b5
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@
<ul class="nav settings-nav" style="padding:0 30px;">
<li class="nav-item">
<a class="nav-link py-3{% if not '=true' in request.full_path %} active{% endif %}" href="/notifications">
All{% if v.not_post_notifications_count %} <span class="text-primary font-weight-bold" style="color:red">({{v.not_post_notifications_count}})</span>{% endif %}
All{% if v.not_post_notifications_count %} <span class="font-weight-bold" style="color:red">({{v.not_post_notifications_count}})</span>{% endif %}
</a>
</li>
<li class="nav-item">
<a class="nav-link py-3{% if '/notifications?posts=true' in request.full_path %} active{% endif %}" href="/notifications?posts=true">
Posts{% if v.post_notifications_count %} <span class="text-primary font-weight-bold" style="color:blue">({{v.post_notifications_count}})</span>{% endif %}
Posts{% if v.post_notifications_count %} <span class="font-weight-bold" style="color:blue">({{v.post_notifications_count}})</span>{% endif %}
</a>
</li>
<li class="nav-item">