From 195cb4f77759d3f085a91dbed6fd7fca294f17cc Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sun, 28 Jul 2019 23:38:56 -0500 Subject: [PATCH] Provide links in commit summaries in commits table/view list Signed-off-by: Gary Kim --- templates/repo/commits_table.tmpl | 2 +- templates/repo/view_list.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}