From 96f3f2ea79fcb1293039e051bcd67c88b26175b9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 11 Apr 2018 19:22:06 +0200 Subject: dashboard/app: fix anchors for namespaces The human readable caption is a bad value for anchor, also potentially changing over time. Restore the namespace name as anchor as it should be. --- dashboard/app/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/main.html') diff --git a/dashboard/app/main.html b/dashboard/app/main.html index d3f1b2638..d522444eb 100644 --- a/dashboard/app/main.html +++ b/dashboard/app/main.html @@ -111,7 +111,7 @@ Main page. {{range $ns := $.BugNamespaces}}
-

{{$ns.Caption}}

+

{{$ns.Caption}}

{{if $ns.FixedLink}} {{if $ns.CoverLink}} source coverage | -- cgit mrf-deployment