fix wording #243

Merged
philipp merged 1 commits from staging into main 2024-03-05 08:31:45 +01:00
Showing only changes of commit ae98a4278d - Show all commits

View File

@ -27,7 +27,7 @@
class="bg-white dark:bg-primary-900 p-3 rounded-md w-full">
<div class="grid sm:grid-cols-1 gap-3">
<div style="width: 100%" class="col-span-2">
<b>{{ user.name }} - {{ trips | length }} Ausfahrten</b>
<b>{{ user.name }} - Ausfahrten: {{ trips | length }}</b>
{% for trip in trips %}
<li>{{ log::show_old(log=trip, state="completed", only_ones=false, index=loop.index) }}</li>
{% endfor %}