Compare commits
No commits in common. "b1d3f8ddc9ea3f4ecbeb8442520b6240e8037f19" and "cdcb07a3f7d8f0edec2f175ff947ae8c859f6b55" have entirely different histories.
b1d3f8ddc9
...
cdcb07a3f7
@ -22,7 +22,7 @@
|
||||
<small class="uppercase text-gray-600 dark:text-gray-100">
|
||||
<strong>{{ notification.category }}</strong> • {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M",) }}
|
||||
</small>
|
||||
<div class="mt-1">{{ notification.message | safe}}</div>
|
||||
<div class="mt-1">{{ notification.message }}</div>
|
||||
</div>
|
||||
<div>
|
||||
{% if not notification.read_at %}
|
||||
@ -47,7 +47,7 @@
|
||||
<small class="uppercase text-gray-600 dark:text-gray-100">
|
||||
<strong>{{ notification.category }}</strong> • {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M") }}
|
||||
</small>
|
||||
<div class="mt-1">{{ notification.message | safe}}</div>
|
||||
<div class="mt-1">{{ notification.message }}</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user