feat: runner list filtered by created_via

This commit is contained in:
2025-04-09 11:56:59 +02:00
parent aa720f2460
commit 991716a7f5
8 changed files with 29 additions and 15 deletions

View File

@@ -8,7 +8,7 @@
{:else}
<div class="text-sm font-medium text-gray-900">
<a
href="../runners/{runner.id}"
href="../runners/detail/{runner.id}"
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full bg-gray-100 text-gray-800 border border-current"
>{runner.firstname}
{#if runner.middlename}{runner.middlename}{/if}