dkforest

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

commit f1679e84bead56d40af31746787a88e57f67a0a9
parent 4e52b715eb929d3c30e0797239342eddf286481c
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon,  5 Jun 2023 11:38:16 -0700

improve ui

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

diff --git a/pkg/web/public/views/pages/settings/sessions.gohtml b/pkg/web/public/views/pages/settings/sessions.gohtml @@ -4,7 +4,7 @@ <div class="card mb-3"> <div class="card-body"> {{ t "Created at" $ }}: {{ .CreatedAt.Format "Jan 02, 2006 15:04:05" }}<br /> - {{ t "Expires at" $ }}: {{ .ExpiresAt.Format "Jan 02, 2006 15:04:05" }}<br /> + {{ t "Expires at" $ }}: {{ .ExpiresAt.Format "Jan 02, 2006 15:04:05" }} ({{ .ExpiresAt | until }})<br /> {{ if .CurrentSession }} {{ t "Your current session" $ }} <form method="post" class="mt-3">