diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index 8546c6a..8a375ea 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -12,10 +12,10 @@
Personal access tokens
-
+
@if(personalTokens.isEmpty && gneratedToken.isEmpty){ No tokens. - }else{ + } else { Tokens you have generated that can be used to access the GitBucket API.
} @gneratedToken.map{ case (token, tokenString) => @@ -40,11 +40,11 @@
Generate new token
-
+
- +

What's this token for?

diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index 99a41bc..e750ab0 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -4,41 +4,41 @@ @import gitbucket.core.view.helpers._ @html.main("Edit your profile"){
-
-
+
+
@menu("profile", settings.ssh)
-
+
@helper.html.information(info) @if(LDAPUtil.isDummyMailAddress(account)){
Please register your mail address.
}
Profile
-
+
-
+
@if(account.password.nonEmpty){
- +
}
- +
- +
- +
@@ -54,7 +54,7 @@ Delete account
- @if(!LDAPUtil.isDummyMailAddress(account)){Cancel} + @if(!LDAPUtil.isDummyMailAddress(account)){Cancel}
diff --git a/src/main/twirl/gitbucket/core/admin/menu.scala.html b/src/main/twirl/gitbucket/core/admin/menu.scala.html index 14effb8..9237aa0 100644 --- a/src/main/twirl/gitbucket/core/admin/menu.scala.html +++ b/src/main/twirl/gitbucket/core/admin/menu.scala.html @@ -1,8 +1,8 @@ @(active: String)(body: Html)(implicit context: gitbucket.core.controller.Context) @import context._
-
-
+
+
-
+
@body
diff --git a/src/main/twirl/gitbucket/core/admin/system.scala.html b/src/main/twirl/gitbucket/core/admin/system.scala.html index 93ff531..0d38352 100644 --- a/src/main/twirl/gitbucket/core/admin/system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/system.scala.html @@ -5,10 +5,10 @@ @html.main("System Settings"){ @menu("system"){ @helper.html.information(info) - +
System Settings
-
+
@@ -21,7 +21,7 @@
- +
@@ -36,7 +36,7 @@
- +
@@ -46,11 +46,11 @@

@@ -58,11 +58,11 @@
@@ -73,11 +73,11 @@
@@ -86,7 +86,7 @@
- +
@@ -111,13 +111,11 @@ Enable SSH access to git repository -
-
- -
- - -
+
+ +
+ +

@@ -130,92 +128,90 @@

-
-
- -
- +
+
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
-
- +
+ +
+
-
-
- +
+ +
+
-
- -
- +
+ +
+
@@ -242,50 +238,49 @@ SMTP -
-
- -
- +
+
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+
-
-
- +
+ +
+
-
- -
- +
+ +
+
-
- -
- +
+ +
+

diff --git a/src/main/twirl/gitbucket/core/admin/users/group.scala.html b/src/main/twirl/gitbucket/core/admin/users/group.scala.html index bac702b..99e6be6 100644 --- a/src/main/twirl/gitbucket/core/admin/users/group.scala.html +++ b/src/main/twirl/gitbucket/core/admin/users/group.scala.html @@ -4,8 +4,8 @@ @html.main(if(account.isEmpty) "New Group" else "Update Group"){ @admin.html.menu("users"){ -

-
+
+
@@ -24,20 +24,20 @@
- +
@helper.html.uploadavatar(account)
-
+
@helper.html.account("memberName", 200) - +
@@ -47,7 +47,7 @@
- Cancel + Cancel
} diff --git a/src/main/twirl/gitbucket/core/admin/users/list.scala.html b/src/main/twirl/gitbucket/core/admin/users/list.scala.html index d18f4c6..47fcf02 100644 --- a/src/main/twirl/gitbucket/core/admin/users/list.scala.html +++ b/src/main/twirl/gitbucket/core/admin/users/list.scala.html @@ -4,8 +4,8 @@ @html.main("Manage Users"){ @admin.html.menu("users"){
}
@@ -41,14 +41,14 @@
- +
- +
@@ -64,7 +64,7 @@
- +
@@ -76,7 +76,7 @@
- Cancel + Cancel
}