From 719cad00d684ad2a81e12692264e50acb57a1fe1 Mon Sep 17 00:00:00 2001 From: peccu Date: Sun, 1 Sep 2019 11:00:21 +0900 Subject: [PATCH] (refs #1230) Apply table-hover class for the commit history in PR --- src/main/twirl/gitbucket/core/pulls/commits.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/pulls/commits.scala.html b/src/main/twirl/gitbucket/core/pulls/commits.scala.html index a21fc6acf..600fe9965 100644 --- a/src/main/twirl/gitbucket/core/pulls/commits.scala.html +++ b/src/main/twirl/gitbucket/core/pulls/commits.scala.html @@ -7,7 +7,7 @@ repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(implicit context: gitbucket.core.controller.Context) @import gitbucket.core.view.helpers @gitbucket.core.pulls.html.menu("commits", issue, pullreq, commits.flatten, comments, changedFileSize, isManageable, repository){ - +
@commits.map { day =>
@helpers.date(day.head.commitTime)