From 514b1aeec1864181132279fa90fdbeee7cea5a75 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 21 Jun 2016 12:55:15 +0900 Subject: [PATCH] Remove link to the commit from the commit message because there are an other link to the commit. --- src/main/twirl/gitbucket/core/repo/commits.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/repo/commits.scala.html b/src/main/twirl/gitbucket/core/repo/commits.scala.html index d5ca9f0b6..08e2e5ef8 100644 --- a/src/main/twirl/gitbucket/core/repo/commits.scala.html +++ b/src/main/twirl/gitbucket/core/repo/commits.scala.html @@ -48,7 +48,7 @@
@avatarLink(commit, 40)
- @link(commit.summary, repository) + @link(commit.summary, repository) @if(commit.description.isDefined){ ... }