diff --git a/src/main/twirl/gitbucket/core/account/application.scala.html b/src/main/twirl/gitbucket/core/account/application.scala.html index 8a375ea..f36e840 100644 --- a/src/main/twirl/gitbucket/core/account/application.scala.html +++ b/src/main/twirl/gitbucket/core/account/application.scala.html @@ -10,9 +10,9 @@ @menu("application", settings.ssh)
-
-
Personal access tokens
-
+
+
Personal access tokens
+
@if(personalTokens.isEmpty && gneratedToken.isEmpty){ No tokens. } else { @@ -38,9 +38,9 @@
-
-
Generate new token
-
+
+
Generate new token
+
diff --git a/src/main/twirl/gitbucket/core/account/edit.scala.html b/src/main/twirl/gitbucket/core/account/edit.scala.html index 8e0329e..ba16103 100644 --- a/src/main/twirl/gitbucket/core/account/edit.scala.html +++ b/src/main/twirl/gitbucket/core/account/edit.scala.html @@ -12,9 +12,9 @@ @helper.html.information(info) @if(LDAPUtil.isDummyMailAddress(account)){
Please register your mail address.
} -
-
Profile
-
+
+
Profile
+
@if(account.password.nonEmpty){ diff --git a/src/main/twirl/gitbucket/core/account/ssh.scala.html b/src/main/twirl/gitbucket/core/account/ssh.scala.html index fe6a16f..fcf5bda 100644 --- a/src/main/twirl/gitbucket/core/account/ssh.scala.html +++ b/src/main/twirl/gitbucket/core/account/ssh.scala.html @@ -9,9 +9,9 @@ @menu("ssh", settings.ssh)
-
-
SSH Keys
-
+
+
SSH Keys
+
@if(sshKeys.isEmpty){ No keys } @@ -25,18 +25,18 @@
-
-
Add an SSH Key
-
-
+
+
Add an SSH Key
+
+
- +
-
+
- +
diff --git a/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html b/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html index 8d82903..ed50e45 100644 --- a/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html +++ b/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html @@ -13,9 +13,9 @@ @plugins.map {plugin => -
-
@plugin.pluginName
-
+
+
@plugin.pluginName
+
@plugin.pluginId diff --git a/src/main/twirl/gitbucket/core/admin/system.scala.html b/src/main/twirl/gitbucket/core/admin/system.scala.html index c4f2cd9..33d94d0 100644 --- a/src/main/twirl/gitbucket/core/admin/system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/system.scala.html @@ -6,9 +6,9 @@ @menu("system"){ @helper.html.information(info) -
-
System Settings
-
+
+
System Settings
+
@@ -317,4 +317,4 @@ $('.ldap input').prop('disabled', !$(this).prop('checked')); }).change(); }); - \ No newline at end of file + diff --git a/src/main/twirl/gitbucket/core/wiki/page.scala.html b/src/main/twirl/gitbucket/core/wiki/page.scala.html index 23bb3e5..576dfa1 100644 --- a/src/main/twirl/gitbucket/core/wiki/page.scala.html +++ b/src/main/twirl/gitbucket/core/wiki/page.scala.html @@ -26,20 +26,22 @@
@defining(15){ max => -
- Pages @pages.length -
-
- @pages.zipWithIndex.map { case (page, i) => - - } - @if(pages.size > max){ - - } +
+
+ Pages @pages.length +
+
}
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index f2d514b..43e5aee 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -403,9 +403,9 @@ } */ -li.repo-link { - padding-top: 5px; - padding-bottom: 5px; +li.repo-link, li.page-link { + padding-top: 4px; + padding-bottom: 4px; } div.box-content-bottom {