small bug fixes
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
|
||||
<div class="flex flex-col gap-4">
|
||||
{{range .Users}}
|
||||
<button class="btn" hx-get="/{{$.Action}}/{{.ID}}" hx-target="#page-content">
|
||||
<button class="btn" hx-get="/user/{{$.Action}}/{{.ID}}" hx-target="#page-content">
|
||||
<h1 class="font-bold text-2xl">
|
||||
{{.UserName}}
|
||||
({{if eq .Role 0}}
|
||||
|
Reference in New Issue
Block a user