diff --git a/src/main/twirl/gitbucket/core/account/group.scala.html b/src/main/twirl/gitbucket/core/account/group.scala.html index cce8913..04f012b 100644 --- a/src/main/twirl/gitbucket/core/account/group.scala.html +++ b/src/main/twirl/gitbucket/core/account/group.scala.html @@ -2,56 +2,58 @@ @import context._ @import gitbucket.core.view.helpers._ @html.main(if(account.isEmpty) "Create group" else "Edit group"){ -
-

@{if(account.isEmpty) "Create group" else "Edit group"}

-
-
-
-
- -
- -
- -
-
- -
- -
- -
-
- - @helper.html.uploadavatar(account) -
-
-
-
- -
    -
- @helper.html.account("memberName", 200) - - -
- -
-
-
-
-
- @if(account.isDefined){ -
- Delete Group +
+
+

@{if(account.isEmpty) "Create group" else "Edit group"}

+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + @helper.html.uploadavatar(account) +
- } - - @if(account.isDefined){ - Cancel - } -
-
+
+
+ +
    +
+ @helper.html.account("memberName", 200) + + +
+ +
+
+
+
+
+ @if(account.isDefined){ +
+ Delete Group +
+ } + + @if(account.isDefined){ + Cancel + } +
+ + } - +