diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-07-22 12:43:24 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-07-22 11:01:10 +0000 |
| commit | 1d8deff9858ae1bb5f58b286cd92180af23282db (patch) | |
| tree | 58ea2cfd7b1d7fd1cc49ea9489074e024af93710 /dashboard/app/templates/templates.html | |
| parent | c4a7e2203bd8aa7f375ed74562a3c980433206c3 (diff) | |
pkg/cover/templates/templates.html: nbsp menu items
Diffstat (limited to 'dashboard/app/templates/templates.html')
| -rw-r--r-- | dashboard/app/templates/templates.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/app/templates/templates.html b/dashboard/app/templates/templates.html index eea426e08..0fb915c83 100644 --- a/dashboard/app/templates/templates.html +++ b/dashboard/app/templates/templates.html @@ -110,9 +110,9 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/coverage" $.Namespace)}}_selected{{end}}" href="/{{$.Namespace}}/graph/coverage">Total</a> <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/coverage_heatmap" $.Namespace)}}_selected{{end}}" - href="/{{$.Namespace}}/graph/coverage_heatmap">Repo Heatmap</a> + href="/{{$.Namespace}}/graph/coverage_heatmap">Repo Heatmap</a> <a class="navigation_tab{{if eq .URLPath (printf "/%v/graph/coverage_subsystems_heatmap" $.Namespace)}}_selected{{end}}" - href="/{{$.Namespace}}/graph/coverage_subsystems_heatmap">Subsystems Heatmap</a> + href="/{{$.Namespace}}/graph/coverage_subsystems_heatmap">Subsystems Heatmap</a> </div> </div> {{end}} |
