From 884d103e293d269e03bf64ce56c8ea790e86061a Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 17 Jan 2023 15:52:00 +0000 Subject: [PATCH] cmd/web/showpaste: move paster username near profile picture Signed-off-by: Xe Iaso --- cmd/web/tmpl/showpaste.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/web/tmpl/showpaste.tmpl b/cmd/web/tmpl/showpaste.tmpl index f4a932c..056c3c0 100644 --- a/cmd/web/tmpl/showpaste.tmpl +++ b/cmd/web/tmpl/showpaste.tmpl @@ -1,11 +1,11 @@ {{template "header" .}} -
+
{{.PasterDisplayName}}
-

Created at {{.CreatedAt}} by {{.PasterDisplayName}}

+

Created at {{.CreatedAt}}

{{.Data}}
 
-Permalink - Download - Raw +Permalink - Download - Raw{{if eq .UserID .PasterUserID}} - Delete{{end}} {{template "footer" .}}