diff --git a/templates/commit.html b/templates/commit.html index 440204b..bf8da15 100644 --- a/templates/commit.html +++ b/templates/commit.html @@ -15,16 +15,23 @@
commit: + + commit + {{ .commit.This }} + + {{ if .commit.Parent }} - parent: + + parent + {{ .commit.Parent }} - + + + {{ end }} - {{ .stat.FilesChanged }} files changed,
{{ .commit.This }}
parent: + + parent + {{ .commit.Parent }} - + + + {{ end }} -
{{ .commit.Parent }} - +