From 2e3c3103c48c748ccc8fa6b3607d51f112a9400f Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 12:18:43 +0530 Subject: log: cleaner view --- templates/repo.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates/repo.html') diff --git a/templates/repo.html b/templates/repo.html index 2e87b07..687cafe 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -17,12 +17,15 @@ {{ range .commits }}
{{ slice .Hash.String 0 8 }}
-
{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
{{ .Message }}
-
{{ .Author.Name }} {{ .Author.Email }}
+
+ {{ .Author.Name }} {{ .Author.Email }} +
{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
+
{{ end }} +
           {{- if .readme }}{{ .readme }}{{- end -}}
-- 
cgit