diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index ba8915e..8546c6a 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -5,11 +5,11 @@ @import gitbucket.core.view.helpers._ @html.main("Applications"){
-
-
+
+
@menu("application", settings.ssh)
-
+
Personal access tokens
diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index c49d482..99a41bc 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -15,8 +15,8 @@
Profile
-
-
+
+
@if(account.password.nonEmpty){
-
+
@helper.html.uploadavatar(Some(account)) diff --git a/src/main/twirl/gitbucket/core/account/group.scala.html b/src/main/twirl/gitbucket/core/account/group.scala.html index 921beb2..9eb76c6 100644 --- a/src/main/twirl/gitbucket/core/account/group.scala.html +++ b/src/main/twirl/gitbucket/core/account/group.scala.html @@ -4,8 +4,8 @@ @html.main(if(account.isEmpty) "Create group" else "Edit group"){
-
-
+
+
@@ -25,7 +25,7 @@ @helper.html.uploadavatar(account)
-
+
    diff --git a/src/main/twirl/gitbucket/core/account/main.scala.html b/src/main/twirl/gitbucket/core/account/main.scala.html index 22e9c28..2a3d44f 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 @@ }
    -
    +