From 1e542805ad15ef27b76196ab9c347d41a85b10c5 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Tue, 20 Aug 2019 23:02:44 +0800 Subject: [PATCH] Revert RenderCommitMessageLink part of #7659 RenderCommitMessageLink may have the potential for issues and is overall not very intuitive for the user in its current state. This commit will revert the usage of RenderCommitMessageLink that was added in #7659 to work on addressing some of those issues to and merge this feature again in a more polished state. Signed-off-by: Gary Kim --- templates/repo/view_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/view_list.tmpl b/templates/repo/view_list.tmpl index 28dcd2721ceeb..c35f5d7e350ed 100644 --- a/templates/repo/view_list.tmpl +++ b/templates/repo/view_list.tmpl @@ -83,7 +83,7 @@ {{end}} - {{RenderCommitMessageLink $commit.Message $.RepoLink (Printf "%s/commit/%s" $.RepoLink $commit.ID) $.Repository.ComposeMetas}} + {{$commit.Summary}} {{TimeSince $commit.Committer.When $.Lang}}