diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index 2b722ee..d2d8f6e 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -16,24 +16,27 @@ @if(personalTokens.isEmpty && gneratedToken.isEmpty){ No tokens. } else { - Tokens you have generated that can be used to access the GitBucket API.
+ Tokens you have generated that can be used to access the GitBucket API. +
} @gneratedToken.map{ case (token, tokenString) =>
Make sure to copy your new personal access token now. You won't be able to see it again!
- @helper.html.copy("generated-token-copy", tokenString){ - - } - Delete -
+ Delete +
+ @helper.html.copy("generated-token-copy", tokenString){ + + } +
+
} @personalTokens.zipWithIndex.map { case (token, i) => @if(i != 0){ -
+
} @token.note - Delete + Delete } @@ -44,7 +47,7 @@
- +

What's this token for?

diff --git a/src/main/twirl/gitbucket/core/account/ssh.scala.html b/src/main/twirl/gitbucket/core/account/ssh.scala.html index 7b1f2a0..34f8388 100644 --- a/src/main/twirl/gitbucket/core/account/ssh.scala.html +++ b/src/main/twirl/gitbucket/core/account/ssh.scala.html @@ -17,10 +17,10 @@ } @sshKeys.zipWithIndex.map { case (key, i) => @if(i != 0){ -
+
} @key.title (@SshUtil.fingerPrint(key.publicKey).getOrElse("Key is invalid.")) - Delete + Delete } @@ -31,12 +31,12 @@
- +
- +