dkforest

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

commit fcac70cd964c88369f18d4d1e7995f59f0829552
parent 43d40240c365ed518255c7f2a3e5b6b5e22ee068
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 18 Sep 2024 14:38:21 -0700

add created at

Diffstat:
Mpkg/web/public/views/pages/admin/poker-addresses.gohtml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/web/public/views/pages/admin/poker-addresses.gohtml b/pkg/web/public/views/pages/admin/poker-addresses.gohtml @@ -8,6 +8,7 @@ <tr> <th>Username</th> <th>Address</th> + <th>Created at</th> </tr> </thead> <tbody> @@ -15,6 +16,7 @@ <tr> <td>{{ .Username }}</td> <td>{{ .PokerXmrSubAddress }}</td> + <td>{{ .CreatedAt.Format "Jan 02, 2006 - 15:04:05" }}</td> </tr> {{ end }} </tbody>