From 0c9dafc5c9ef020c059b8a4eb4f459c1c543146e Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Wed, 5 Mar 2014 16:25:27 +0600 Subject: [PATCH] Remove unnecessary appending identicon in template --- pkg/template/pages/repo_commit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/template/pages/repo_commit.html b/pkg/template/pages/repo_commit.html index 06c8a0e5..a5b0f181 100644 --- a/pkg/template/pages/repo_commit.html +++ b/pkg/template/pages/repo_commit.html @@ -34,7 +34,7 @@
Duration
{{ if .Build.IsRunning }}--{{else}}{{ .Build.HumanDuration }}{{end}}
- +
Commit
{{ .Commit.HashShort }}