diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index 9275cc2..fd23ca6 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -5,8 +5,7 @@ @import gitbucket.core.view.helpers._ @html.main("Applications"){
- @menu("application", settings.ssh) -
+ @menu("application", settings.ssh){
Personal access tokens
@@ -51,6 +50,6 @@
-
+ }
} diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index 3520ca7..d303e18 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -4,8 +4,7 @@ @import gitbucket.core.view.helpers._ @html.main("Edit your profile"){
- @menu("profile", settings.ssh) -
+ @menu("profile", settings.ssh){ @helper.html.information(info) @if(LDAPUtil.isDummyMailAddress(account)){
Please register your mail address.
}
@@ -46,17 +45,17 @@
-
-
- Delete account -
- - @if(!LDAPUtil.isDummyMailAddress(account)){Cancel} -
+
+
+ Delete account +
+ + @if(!LDAPUtil.isDummyMailAddress(account)){Cancel} +
- + } }