From 1a2e89c9edf15b2afaa6cd5ae3159d57a86790e7 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 7 May 2014 10:52:31 +0900 Subject: [PATCH] Disable bootstrap tooltip because icon link blinks. --- src/main/twirl/menu.scala.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/twirl/menu.scala.html b/src/main/twirl/menu.scala.html index 00d66ea2c..b24f0ece9 100644 --- a/src/main/twirl/menu.scala.html +++ b/src/main/twirl/menu.scala.html @@ -72,30 +72,30 @@ ul.sidemenu span.badge {
  • - @if(expand){ Code} + @if(expand){ Code}
  • - @if(expand){ Issues} + @if(expand){ Issues} @if(expand && repository.issueCount > 0){
    @repository.issueCount
    }
  • - @if(expand){ Pull Requests} + @if(expand){ Pull Requests} @if(expand && repository.pullCount > 0){
    @repository.pullCount
    }
  • - @if(expand){ Wiki} + @if(expand){ Wiki}
  • @if(loginAccount.isDefined && (loginAccount.get.isAdmin || repository.managers.contains(loginAccount.get.userName))){
  • - @if(expand){ Settings} + @if(expand){ Settings}
  • }