From 95aee97a7beb71d14db32465bb39b1d650ec6868 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 24 Feb 2023 16:32:43 +0100 Subject: dashboard: hint at subsystem correction On the bug info page, add a link to the documentation about the process of manual correction of subsystem tags. --- dashboard/app/bug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app/bug.html') diff --git a/dashboard/app/bug.html b/dashboard/app/bug.html index 467969106..e1bc79c3a 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -20,7 +20,7 @@ Page with details about a single bug. Subsystems: {{range .Subsystems}} {{link .Link .Name}} {{- end}} -
+ (incorrect?)
{{- end}} Reported-by: {{.Bug.CreditEmail}}
{{if .Bug.Commits}} -- cgit mrf-deployment