diff --git a/src/main/twirl/menu.scala.html b/src/main/twirl/menu.scala.html index 00d66ea..b24f0ec 100644 --- a/src/main/twirl/menu.scala.html +++ b/src/main/twirl/menu.scala.html @@ -72,30 +72,30 @@
  • - @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}
  • }