mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
[REMOVE] Unnecessary span
This commit is contained in:
parent
20b959f273
commit
021b7b2edb
@ -4,11 +4,10 @@
|
|||||||
|
|
||||||
<li class="nav-item {% navactive request 'notifications:' %}" id="menu_item_notifications">
|
<li class="nav-item {% navactive request 'notifications:' %}" id="menu_item_notifications">
|
||||||
<a class="nav-link" href="{% url 'notifications:list' %}">
|
<a class="nav-link" href="{% url 'notifications:list' %}">
|
||||||
<span class="fa">
|
{% with unread_count=request.user|user_unread_notification_count %}
|
||||||
{% with unread_count=request.user|user_unread_notification_count %}
|
|
||||||
<i class="fa-solid fa-bell{% if unread_count %} text-danger{% endif %}"></i>
|
<i class="fa-solid fa-bell{% if unread_count %} text-danger{% endif %}"></i>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</span>
|
|
||||||
<span class="d-lg-none d-md-inline m-2">
|
<span class="d-lg-none d-md-inline m-2">
|
||||||
{% translate "Notifications" %}
|
{% translate "Notifications" %}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user