From 55c973b7605cc68b3a9c0f9f871fa5e12de2cd4d Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 18 Jul 2018 17:18:10 +0900 Subject: [PATCH] (refs #2097)Fix mouse cursor --- src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html b/src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html index 9bc67c65d..a7e868539 100644 --- a/src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html +++ b/src/main/twirl/gitbucket/core/pulls/mergeguide.scala.html @@ -10,7 +10,7 @@ @if(!status.statuses.isEmpty){
@defining(status.commitStateSummary){ case (summaryState, summary) => - + @helpers.commitStateIcon(summaryState) @helpers.commitStateText(summaryState, pullreq.commitIdTo) — @summary checks