[WIP] styling logbook page

This commit is contained in:
Marie Birner
2023-07-30 16:59:20 +02:00
parent e4376c29b4
commit 8de9568684
5 changed files with 113 additions and 33 deletions

View File

@ -8,7 +8,7 @@
<div class="max-w-screen-lg w-full">
<h1 class="h1">Logbuch</h1>
{% for log in logs %}
{{ log::show(log=log, state="completed", only_ones=false) }}
{{ log::show_old(log=log, state="completed", only_ones=false) }}
<hr/>
{% endfor %}
</div>