dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 732d2a6d0c4c3db1337a29ad40bf42ff19bc2401
parent 5748258b976f798061e777424e1e17218d5fd0aa
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 12 Dec 2023 06:07:06 -0500

cleanup

Diffstat:
Mpkg/web/public/views/pages/poker.gohtml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/poker.gohtml b/pkg/web/public/views/pages/poker.gohtml @@ -13,7 +13,7 @@ </tr> {{ range .Data.Tables }} <tr> - <td><a href="/poker/{{ .Slug }}">{{ .Slug }}</a></td> + <td><a href="/poker/{{ .Slug }}">{{ .Name }}</a></td> <td>{{ .MinBuyIn }} - {{ .MaxBuyIn }}</td> </tr> {{ else }}