-
-
- Recent updated repositories +
- Recently updated repositories @if(recentRepositories.isEmpty){
- No repositories } else { - + @recentRepositories.zipWithIndex.map { case (repository, i) =>
-
@gitbucket.core.helper.html.repositoryicon(repository, false) @repository.owner/@repository.name
diff --git a/src/main/twirl/gitbucket/core/main.scala.html b/src/main/twirl/gitbucket/core/main.scala.html
index 9eca245..5d0f888 100644
--- a/src/main/twirl/gitbucket/core/main.scala.html
+++ b/src/main/twirl/gitbucket/core/main.scala.html
@@ -78,7 +78,7 @@
}
-
diff --git a/src/main/twirl/gitbucket/core/settings/branches.scala.html b/src/main/twirl/gitbucket/core/settings/branches.scala.html
index 69c3e19..3ecbba1 100644
--- a/src/main/twirl/gitbucket/core/settings/branches.scala.html
+++ b/src/main/twirl/gitbucket/core/settings/branches.scala.html
@@ -18,7 +18,7 @@
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.
+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).