diff --git a/src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html b/src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html index 6f13224..31eeaa0 100644 --- a/src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html +++ b/src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html @@ -59,6 +59,13 @@ } + @if(issues.isEmpty){ + + + No results matched your search. + + + }
diff --git a/src/main/twirl/gitbucket/core/settings/options.scala.html b/src/main/twirl/gitbucket/core/settings/options.scala.html index fd477fe..0cbc8b9 100644 --- a/src/main/twirl/gitbucket/core/settings/options.scala.html +++ b/src/main/twirl/gitbucket/core/settings/options.scala.html @@ -58,37 +58,6 @@
- @* -
-
Features:
-
-
-
- -
-
- Adds lightweight Wiki system to this repository. - This is the simplest way to provide documentation or examples. - Only collaborators can edit Wiki pages. -
-
-
-
-
- -
-
- Adds lightweight issue tracking integrated with this repository. - All users who have signed in and can access this repository can register an issue. -
-
-
-
- *@