BUGFIX: Speed up A-Z nav

This commit is contained in:
Simon Martens
2026-01-24 09:17:43 +01:00
parent ad02de8807
commit 13a1f4fc3a
19 changed files with 40 additions and 40 deletions

View File

@@ -44,7 +44,7 @@
<span class="filtercategory">Erscheinungsort</span> &middot;
<span class="filterterm">{{ $model.result.Place.Name }}</span>
{{- if (IsAdminOrEditor $model.request.user) -}}
<a href="/ort/{{ $model.result.Place.Id }}/edit" class="no-underline rounded bg-stone-100 px-1.5">
<a href="/ort/{{ $model.result.Place.Id }}/edit/" class="no-underline rounded bg-stone-100 px-1.5">
<i class="ri-edit-line"></i>
</a>
{{- end -}}