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

@@ -32,7 +32,7 @@
</div>
{{- end -}}
{{- if (IsAdminOrEditor $model.request.user) -}}
<a href="/ort/{{ $place.Id }}/edit" class="text-sm font-bold text-gray-700 hover:text-slate-950 no-underline">
<a href="/ort/{{ $place.Id }}/edit/" class="text-sm font-bold text-gray-700 hover:text-slate-950 no-underline">
<i class="ri-edit-line"></i> Bearbeiten
</a>
{{- end -}}