diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index e750ab0..8e0329e 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -13,12 +13,12 @@ @if(LDAPUtil.isDummyMailAddress(account)){
Please register your mail address.
}
-
Profile
+
Profile
@if(account.password.nonEmpty){ -
+
@@ -26,24 +26,24 @@
} -
+
-
+
-
+
-
+
@helper.html.uploadavatar(Some(account))
diff --git a/src/main/twirl/gitbucket/core/account/menu.scala.html b/src/main/twirl/gitbucket/core/account/menu.scala.html index 47734f9..930a304 100644 --- a/src/main/twirl/gitbucket/core/account/menu.scala.html +++ b/src/main/twirl/gitbucket/core/account/menu.scala.html @@ -2,6 +2,9 @@ @import context._