blob: e1fc5a5ec0d7d1aa31234e612f5bc56c1b4becd1 [file] [log] [blame]
{{/*
Copyright 2017 syzkaller project authors. All rights reserved.
Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
Main page.
*/}}
<!doctype html>
<html>
<head>
{{template "head" .Header}}
<title>syzbot</title>
</head>
<body>
{{template "header" .Header}}
{{range $ns := $.BugNamespaces}}
<br>
<a class="plain" href="#{{$ns.Name}}"><h2 id="{{$ns.Name}}">{{$ns.Caption}}</h2></a>
{{if $ns.FixedLink}}
<a href="{{$ns.FixedLink}}">fixed bugs ({{$ns.FixedCount}})</a>
{{end}}
{{template "manager_list" $ns.Managers}}
{{range $group := $ns.Groups}}
{{template "bug_list" $group}}
{{end}}
<br>
{{end}}
</body>
</html>