diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index f1ce05c2b..257198401 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -30,7 +30,7 @@ {{if .User}} -   {{.User.Name}} +   {{.User.FullName}} {{else}}   {{.Author.Name}} {{end}} diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 6d837d500..c64c1d137 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -4,7 +4,7 @@ {{if .LatestCommitUser}} - {{.LatestCommitUser.Name}} + {{.LatestCommitUser.FullName}} {{else}} {{.LatestCommit.Author.Name}}