From db55fe9ff3fc6284fed0185a67b678abe0ad53b6 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 10 Dec 2015 16:02:58 +0900 Subject: [PATCH] Fixup --- .../core/dashboard/issueslist.scala.html | 7 +++++ .../core/settings/options.scala.html | 31 ------------------- 2 files changed, 7 insertions(+), 31 deletions(-) diff --git a/src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html b/src/main/twirl/gitbucket/core/dashboard/issueslist.scala.html index 6f13224ac..31eeaa04e 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 fd477fe25..0cbc8b9a6 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. -
-
-
-
- *@