mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
+Benutzer filter, u. Spalte
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user