small ui fix #231

Merged
ismail merged 5 commits from frontend into main 2025-09-09 18:51:57 +03:00
Showing only changes of commit e8c0cdc2d4 - Show all commits

View File

@ -47,7 +47,7 @@ body {
<h1 class="display-5 fw-bolder">{% trans "Inbox" %}</h1>
<div class="d-flex align-items-center">
<span class="text-muted d-none d-md-block me-3">
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "notifications" %}
<span id="unread-count-text" class="fw-bold me-1">{{ total_count}}</span> {% trans "Notifications" %}
</span>
<a href="{% url 'mark_all_notifications_as_read' %}"
hx-get="{% url 'mark_all_notifications_as_read' %}"