wip
This commit is contained in:
parent
1bc53146b9
commit
050a146ae0
@ -87,7 +87,7 @@
|
||||
<td class="px-6 py-4 whitespace-nowrap">
|
||||
<div class="flex items-center">
|
||||
<div
|
||||
class="text-sm font-medium text-gray-900 gap-0.5 flex"
|
||||
class="text-sm font-medium text-gray-900 gap-0.5 flex flex-wrap"
|
||||
>
|
||||
{#if t.groups.length > 0}
|
||||
{#each t.groups as g}
|
||||
|
@ -115,11 +115,11 @@
|
||||
>
|
||||
{/if}
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 gap-0.5 flex">
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 gap-0.5 flex flex-wrap">
|
||||
{#each u.groups as g}
|
||||
<a
|
||||
href="../groups/{g.id}"
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full border bg-gray-100 text-gray-800 border border-current"
|
||||
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full border bg-gray-100 text-gray-800 border-current"
|
||||
>{g.name}</a
|
||||
>
|
||||
{/each}
|
||||
|
Loading…
x
Reference in New Issue
Block a user