+Benutzer filter, u. Spalte

This commit is contained in:
Simon Martens
2026-01-28 19:37:19 +01:00
parent 5c9cbcd4ac
commit b5985cba18
19 changed files with 1031 additions and 100 deletions

View File

@@ -40,7 +40,7 @@
</div>
</div>
</td>
<td class="py-2 pr-4">
<td class="py-2 pr-4 col-title">
<div class="font-semibold text-slate-900 text-base leading-snug">
{{- if $entry.PreferredTitle -}}
<span class="inline">{{ $entry.PreferredTitle }}</span>
@@ -160,4 +160,14 @@
</div>
{{- end -}}
</td>
<td class="py-2 pr-4 col-modified hidden w-[11.25rem]">
<div class="flex flex-col gap-1 text-sm text-gray-700">
{{- if $entry.Updated -}}
<div class="tabular-nums">{{ GermanShortDateTime $entry.Updated }}</div>
{{- end -}}
{{- if $model.editor_user -}}
<div class="font-semibold text-slate-900">{{ $model.editor_user.Name }}</div>
{{- end -}}
</div>
</td>
</tr>