refactor(runners): filter table for created_via

This commit is contained in:
2025-04-11 12:24:02 +02:00
parent fce2bc645e
commit 785b9e0b60
5 changed files with 11 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
{:else}
<div class="text-sm font-medium text-gray-900">
<a
href="../runners/detail/{runner.id}"
href="../runners/{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}