From c26ca9d463f0b98e4904bc7e51c9407a172c0af5 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Koga Date: Mon, 4 Jul 2016 20:58:11 +0900 Subject: [PATCH] fix: can't show the user profile when joining any groups --- src/main/twirl/gitbucket/core/account/main.scala.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/account/main.scala.html b/src/main/twirl/gitbucket/core/account/main.scala.html index 9a074b68a..24d24325d 100644 --- a/src/main/twirl/gitbucket/core/account/main.scala.html +++ b/src/main/twirl/gitbucket/core/account/main.scala.html @@ -28,7 +28,6 @@ @groupNames.map { groupName =>
  • @avatarLink(groupName, 20, tooltip = true, label = true)
  • } - }