diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl
index 1d4a6b811..f668dccee 100644
--- a/templates/repo/view_list.tmpl
+++ b/templates/repo/view_list.tmpl
@@ -6,10 +6,10 @@
{{if .LatestCommitUser.FullName}}
{{.LatestCommitUser.FullName}}
- {{.LatestCommitUser.Committer.Name}}
+ {{.LatestCommit.Committer.Name}}
{{else}}
{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}
- {{if .LatestCommit.Committer}}{{.LatestCommit.Committer.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}
+ {{.LatestCommit.Committer.Name}}
{{end}}
{{else}}
{{if .LatestCommit.Author}}