From d7037a43c66feef6ac884b425bb690c9d8a1f388 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Fri, 16 May 2014 17:06:57 +0900 Subject: [PATCH] bugfix --- src/main/twirl/repo/commits.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/repo/commits.scala.html b/src/main/twirl/repo/commits.scala.html index 60d9b2f4d..8fc49bfaa 100644 --- a/src/main/twirl/repo/commits.scala.html +++ b/src/main/twirl/repo/commits.scala.html @@ -15,7 +15,7 @@ mini = true ){ @repository.branchList.map { x => -
  • @helper.html.checkicon(x == branch) @x
  • +
  • @helper.html.checkicon(x == branch) @x
  • } } @if(pathList.isEmpty){