diff --git a/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html b/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html index bd72554..e14cb17 100644 --- a/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html +++ b/src/main/twirl/gitbucket/core/helper/forkrepository.scala.html @@ -2,17 +2,18 @@ groupAndPerm: Map[String, Boolean])(implicit context: gitbucket.core.controller.Context) @import context._ @import gitbucket.core.view.helpers._ -

Where should we fork this repository?

-
-
-
@avatar(loginAccount.get.userName, 100)@@@loginAccount.get.userName
+

Where should we fork this repository?

+ +
+
@avatar(loginAccount.get.userName, 100)@@@loginAccount.get.userName
@for((groupName, isManager) <- groupAndPerm) { @if(isManager) { -
@avatar(groupName, 100)@@@groupName
+
@avatar(groupName, 100)@@@groupName
} else { -
@avatar(groupName, 100)@@@groupName
+
@avatar(groupName, 100)@@@groupName
} }
- +
+
\ No newline at end of file diff --git a/src/main/twirl/gitbucket/core/settings/edithooks.scala.html b/src/main/twirl/gitbucket/core/settings/edithooks.scala.html index 467651f..39a8457 100644 --- a/src/main/twirl/gitbucket/core/settings/edithooks.scala.html +++ b/src/main/twirl/gitbucket/core/settings/edithooks.scala.html @@ -69,45 +69,49 @@ -