diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index 3aa3792..f36e840 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -5,17 +5,17 @@ @import gitbucket.core.view.helpers._ @html.main("Applications"){
-
-
+
+
@menu("application", settings.ssh)
-
-
-
Personal access tokens
-
+
+
+
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) => @@ -38,13 +38,13 @@
-
-
Generate new token
-
+
+
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 bba09ad..ba16103 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -4,46 +4,46 @@ @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
-
-
-
+
+
Profile
+
+
+
@if(account.password.nonEmpty){ -
+
- +
} -
+
- +
-
+
- +
-
+
- +
-
-
+
+
@helper.html.uploadavatar(Some(account))
@@ -54,7 +54,7 @@ Delete account
- @if(!LDAPUtil.isDummyMailAddress(account)){Cancel} + @if(!LDAPUtil.isDummyMailAddress(account)){Cancel}
diff --git a/src/main/twirl/gitbucket/core/account/group.scala.html b/src/main/twirl/gitbucket/core/account/group.scala.html index 921beb2..92a840e 100644 --- a/src/main/twirl/gitbucket/core/account/group.scala.html +++ b/src/main/twirl/gitbucket/core/account/group.scala.html @@ -4,34 +4,34 @@ @html.main(if(account.isEmpty) "Create group" else "Edit group"){
-
-
-
+
+
+
- +
-
+
- +
-
+
@helper.html.uploadavatar(account)
-
-
+
+
@helper.html.account("memberName", 200) - +
@@ -42,12 +42,12 @@
@if(account.isDefined){ } - + @if(account.isDefined){ - Cancel + Cancel }
diff --git a/src/main/twirl/gitbucket/core/account/main.scala.html b/src/main/twirl/gitbucket/core/account/main.scala.html index 22e9c28..0e17090 100644 --- a/src/main/twirl/gitbucket/core/account/main.scala.html +++ b/src/main/twirl/gitbucket/core/account/main.scala.html @@ -5,8 +5,8 @@ @html.main(account.userName){
-
-
+
+
@@ -28,7 +28,7 @@ }
-
+