diff --git a/src/main/twirl/gitbucket/core/settings/brancheprotection.scala.html b/src/main/twirl/gitbucket/core/settings/brancheprotection.scala.html index 05f61e3..ae50111 100644 --- a/src/main/twirl/gitbucket/core/settings/brancheprotection.scala.html +++ b/src/main/twirl/gitbucket/core/settings/brancheprotection.scala.html @@ -12,9 +12,9 @@ @menu("branches", repository){ @helper.html.information(info) -
-
Branch protection for @branch
-
+
+
Branch protection for @branch
+
@@ -32,9 +32,9 @@

Enforce required status checks for repository administrators.

-
-
Status checks found in the last week for this repository
-
+
+
Status checks found in the last week for this repository
+
@knownContexts.map{ br =>
-
+
} } } diff --git a/src/main/twirl/gitbucket/core/settings/branches.scala.html b/src/main/twirl/gitbucket/core/settings/branches.scala.html index deca340..8a731b0 100644 --- a/src/main/twirl/gitbucket/core/settings/branches.scala.html +++ b/src/main/twirl/gitbucket/core/settings/branches.scala.html @@ -17,40 +17,43 @@
}else{ @helper.html.information(info) -
-
Default branch
-
+
+
Default branch
+

The default branch is considered the “base” branch in your repository, against which all pull requests and code commits are automatically made, unless you specify a different branch.

- @repository.branchList.map { branch => } - +
+
-
Protected branches
-
-

Protect branches to disable force pushing, prevent branches from being deleted, and optionally require status checks before merging. New to protected branches?

-
- - -
+
+
Protected branches
+
+

Protect branches to disable force pushing, prevent branches from being deleted, and optionally require status checks before merging. New to protected branches? +

+ + +
+

@protectedBranchList.map{ branch => }
@branch - Edit + Edit