From 3e6a720154b70a9882af14399548e494b1d0089f Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 17 Dec 2022 22:35:48 +0530 Subject: git, templates: diff view --- templates/log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/log.html') diff --git a/templates/log.html b/templates/log.html index c4ee9c3..4a0292c 100644 --- a/templates/log.html +++ b/templates/log.html @@ -9,7 +9,7 @@ {{ template "nav" . }}
- {{ $repo := .repo }} + {{ $repo := .name }}
{{ range .commits }}
@@ -17,7 +17,7 @@
{{ .Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}
{{ .Message }}
-
{{ .Author.Name }} {{ .Author.Email }}
+
{{ .Author.Name }} {{ .Author.Email }}
{{ end }}
-- cgit v1.2.3