mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
[CHANGE] Bring back the level colors to the notification list
This commit is contained in:
parent
186fa1be03
commit
b12471e775
@ -8,7 +8,7 @@
|
|||||||
<th class="text-end">{% translate "Action" %}</th>
|
<th class="text-end">{% translate "Action" %}</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for notif in notifications %}
|
{% for notif in notifications %}
|
||||||
<tr class="{{ notif.level }}">
|
<tr class="table-{{ notif.level }}">
|
||||||
<td>{{ notif.timestamp }}</td>
|
<td>{{ notif.timestamp }}</td>
|
||||||
<td>{{ notif.title }}</td>
|
<td>{{ notif.title }}</td>
|
||||||
<td class="text-end">
|
<td class="text-end">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user