js-table #364

Merged
marie merged 23 commits from js-table into staging 2024-04-14 17:56:45 +02:00
3 changed files with 1 additions and 27 deletions
Showing only changes of commit b1d3f8ddc9 - Show all commits

View File

@@ -22,7 +22,7 @@
<small class="uppercase text-gray-600 dark:text-gray-100">
<strong>{{ notification.category }}</strong> &bullet; {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M",) }}
</small>
<div class="mt-1">{{ notification.message }}</div>
<div class="mt-1">{{ notification.message | safe}}</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> &bullet; {{ notification.created_at | date(timezone="Europe/Vienna", format="%d.%m.%Y %H:%M") }}
</small>
<div class="mt-1">{{ notification.message }}</div>
<div class="mt-1">{{ notification.message | safe}}</div>
</div>
{% endif %}
{% endfor %}