From e2fd7d9d8e10b2c03b8117b7ac8a31b90b0a97ee Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 1 Jun 2014 23:46:28 +0900 Subject: [PATCH] Fix "New pull request" button style --- src/main/twirl/pulls/listparts.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/pulls/listparts.scala.html b/src/main/twirl/pulls/listparts.scala.html index f6e3fb84d..c0d0cdc90 100644 --- a/src/main/twirl/pulls/listparts.scala.html +++ b/src/main/twirl/pulls/listparts.scala.html @@ -12,7 +12,7 @@ @if(hasWritePermission){
@helper.html.paginator(page, (if(condition.state == "open") openCount else closedCount), service.PullRequestService.PullRequestLimit, 7, condition.toURL) - New pull request + New pull request
} }