commit 296f9232f0a02e4cd6b39477621c2189b388e7ba parent 4be48acade4b56c0d85a0f487eca16a86b68ae6c Author: n0tr1v <n0tr1v@protonmail.com> Date: Fri, 13 Oct 2023 22:36:53 -0400 remove time from profile Diffstat:
| M | pkg/web/public/views/pages/public-profile.gohtml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/public/views/pages/public-profile.gohtml b/pkg/web/public/views/pages/public-profile.gohtml @@ -70,7 +70,7 @@ <textarea id="pgpPublicKey" rows="10" class="form-control mono" readonly>{{ .Data.User.GPGPublicKey }}</textarea> </div> <div class="mt-3"> - <label for="publicNotes">Public notes:{{ if .Data.PublicNotes.Notes }} <small>(last edited: {{ .Data.PublicNotes.UpdatedAt.Format "Jan 02, 2006 15:04" }}){{ end }}</small></label><br /> + <label for="publicNotes">Public notes:{{ if .Data.PublicNotes.Notes }} <small>(last edited: {{ .Data.PublicNotes.UpdatedAt.Format "Jan 02, 2006" }}){{ end }}</small></label><br /> <textarea id="publicNotes" rows="10" class="form-control" readonly>{{ .Data.PublicNotes.Notes }}</textarea> </div> </div>