aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/templates/templates.html
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-22 12:43:24 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-22 11:01:10 +0000
commit1d8deff9858ae1bb5f58b286cd92180af23282db (patch)
tree58ea2cfd7b1d7fd1cc49ea9489074e024af93710 /dashboard/app/templates/templates.html
parentc4a7e2203bd8aa7f375ed74562a3c980433206c3 (diff)
pkg/cover/templates/templates.html: nbsp menu items
Diffstat (limited to 'dashboard/app/templates/templates.html')
-rw-r--r--dashboard/app/templates/templates.html4
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&nbsp;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&nbsp;Heatmap</a>
</div>
</div>
{{end}}