format
This commit is contained in:
parent
109384ec99
commit
79bb26e9f3
@ -41,7 +41,7 @@
|
||||
<i class="material-symbols-rounded">notifications</i>
|
||||
<span class='badge' {% if notificationCount == 0 %} style='display:none;' {% endif %}>{{ notificationCount }}</span>
|
||||
</a>
|
||||
<ul class="dropdown-menu dropdown-menu-end px-2 py-3 me-sm-n4" aria-labelledby="dropdownMenuButton">
|
||||
<ul class="dropdown-menu dropdown-menu-end px-2 py-3 me-sm-n4" aria-labelledby="dropdownMenuButton">
|
||||
{% for note in notifications %}
|
||||
<li class='mb-2'>
|
||||
<a class='dropdown-item border-radius-md' href="javascript:openNotification('{{ note.id }}');">
|
||||
|
Loading…
Reference in New Issue
Block a user