mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
añadido link a la pagina del usuario desde el panel de admin
This commit is contained in:
@@ -52,7 +52,11 @@
|
||||
<TableBody>
|
||||
{#each usuarios as usuario}
|
||||
<TableRow>
|
||||
<TableCell>@{usuario.username}</TableCell>
|
||||
<TableCell
|
||||
>@<a href={'/' + usuario.username}>
|
||||
{usuario.username}
|
||||
</a>
|
||||
</TableCell>
|
||||
<TableCell>{usuario.displayName}</TableCell>
|
||||
<TableCell class="text-center">{usuario.postsCount}</TableCell>
|
||||
<TableCell>{usuario.createdAt.replace('Z', ' ').replace('T', ' | ')}</TableCell>
|
||||
|
||||
Reference in New Issue
Block a user