make it more clear which action is required if notifications are present
This commit is contained in:
parent
7c71ce59bd
commit
42a3addd9a
@ -27,7 +27,7 @@
|
||||
<div>
|
||||
{% if not notification.read_at %}
|
||||
<a href="/notification/{{ notification.id }}/read" class="inline-block">
|
||||
<button class="btn btn-primary" type="button">
|
||||
<button class="btn btn-alert bg-red-100 dark:bg-red-900" type="button">
|
||||
✓
|
||||
<span class="sr-only">Notification gelesen</span>
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user