From 6afd51bb8d888859cb941520a99b0bb6ba4dd0c1 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 13 Oct 2016 06:42:58 +0900 Subject: [PATCH] (refs #1312)Fix badge position on the side menu --- src/main/twirl/gitbucket/core/menu.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/twirl/gitbucket/core/menu.scala.html b/src/main/twirl/gitbucket/core/menu.scala.html index cefd82c70..a46bff8d5 100644 --- a/src/main/twirl/gitbucket/core/menu.scala.html +++ b/src/main/twirl/gitbucket/core/menu.scala.html @@ -9,11 +9,11 @@
  • @if(path.startsWith("http")){ - @label @if(count > 0) { @count } + @label @if(count > 0) { @count } } else { - @label @if(count > 0) { @count } + @label @if(count > 0) { @count } }