diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index ebeb87b93c..41ab0240bb 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -71,7 +71,7 @@ - {{.Summary}} + {{RenderCommitMessage .Message $.RepoLink $.Repository.ComposeMetas}} {{if IsMultilineCommitMessage .Message}} diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 75269837cb..6cf1370266 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -28,7 +28,7 @@ {{end}} {{template "repo/commit_status" .LatestCommitStatus}} - {{.LatestCommit.Summary}} + {{RenderCommitMessage .LatestCommit.Message $.RepoLink $.Repository.ComposeMetas}} {{if IsMultilineCommitMessage .LatestCommit.Message}}