diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html
index 335b8777..03ec2529 100644
--- a/dashboard/app/templates.html
+++ b/dashboard/app/templates.html
@@ -242,11 +242,11 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
({{link .LogLink "bisect log"}})
{{else if .Commit}}
{{if eq .Type $causeJob}}
- Bisection: introduced by
+ Bisection: introduced by
{{else if eq .Type $fixJob}}
- Bisection: fixed by
+ Bisection: fixed by
{{end}}
- ({{link .LogLink "bisect log"}}):
+ ({{link .LogLink "bisect log"}}):
commit {{.Commit.Hash}}
Author: {{.Commit.Author}}
@@ -256,22 +256,23 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
{{else if .Commits}}
{{if eq .Type $causeJob}}
- Bisection: the cause commit could be any of
+ Bisection: the cause commit could be any of
{{else if eq .Type $fixJob}}
- Bisection: the fix commit could be any of
+ Bisection: the fix commit could be any of
{{end}}
- ({{link .LogLink "bisect log"}}):
+ ({{link .LogLink "bisect log"}}):
{{range $com := .Commits}}
{{formatTagHash $com.Hash}} {{$com.Title}}
{{end}}
+
{{else}}
{{if eq .Type $causeJob}}
- Bisection: the bug happens on the oldest tested release
+ Bisection: the bug happens on the oldest tested release
{{else if eq .Type $fixJob}}
- Bisection: the fix commit could be any of
+ Bisection: the bug occurs on the latest tested release
{{end}}
-
+
{{end}}
Tree: {{.KernelAlias}}
{{if .CrashLogLink}}
@@ -281,4 +282,4 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the
{{optlink .Crash.KernelConfigLink ".config"}}
{{end}}
{{end}}
-{{end}}
\ No newline at end of file
+{{end}}