diff --git a/appview/pages/templates/repo/commit.html b/appview/pages/templates/repo/commit.html
--- a/appview/pages/templates/repo/commit.html
+++ b/appview/pages/templates/repo/commit.html
@@ -88,11 +88,11 @@ {{ $showCommitter = false }}
{{ end }}
{{ if $showCommitter }}
- authored by {{ template "attributedUser" (list $commit.Author.Email $commit.Author.Name $.EmailToDid) }}
- {{ range $commit.CoAuthors }}
+ authored by {{ template "attributedUser" (list $commit.Author.Email $commit.Author.Name $.EmailToDid) }}
+ {{ range $commit.CoAuthors }}
{{ template "attributedUser" (list .Email .Name $.EmailToDid) }}
{{ end }}
- and committed by {{ template "attributedUser" (list $commit.Committer.Email $commit.Committer.Name $.EmailToDid) }}
+ and committed by {{ template "attributedUser" (list $commit.Committer.Email $commit.Committer.Name $.EmailToDid) }}
{{ else }}
{{ template "attributedUser" (list $commit.Author.Email $commit.Author.Name $.EmailToDid )}}
{{ end }}