Nach Typ suchen

This commit is contained in:
Simon Martens
2025-03-10 14:38:10 +01:00
parent 5980ce6c6c
commit b8f36274fc
7 changed files with 39 additions and 18 deletions

View File

@@ -57,7 +57,7 @@
{{ $model.result.Agent.BiographicalData }}
</span>
{{- if $model.result.Agent.References }}
<span class="inline-block bg-stone-200 px-2 mx-1 font-sans text-base rounded ">
<span class="inline-block bg-stone-200 px-2 mx-1 font-sans text-sm rounded align-middle">
{{ $model.result.Agent.References }}
</span>
{{ end }}
@@ -67,7 +67,7 @@
{{- range $i, $p := $arr -}}
<a
href="/personen/?letter={{- Upper (First $model.result.Agent.Name) -}}&filter={{ Lower $p }}#{{- $model.result.Agent.Id -}}"
class="inline-block bg-slate-200 px-2 text-base font-sans rounded mx-1
class="inline-block bg-slate-200 px-2 text-sm font-sans rounded mx-1 align-middle
hover:text-slate-900 no-underline">
{{- $p -}}
</a>