From 7268fa62257981feeebc89e55b5ce45294beff8c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 20 May 2022 17:54:33 +0200 Subject: dashboard/app: linkify source files in sample reports Fixes #652 --- 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 8b780dd19..0c3bd6a52 100644 --- a/dashboard/app/bug.html +++ b/dashboard/app/bug.html @@ -35,7 +35,7 @@ Page with details about a single bug. {{if .SampleReport}}
Sample crash report:
-

{{printf "%s" .SampleReport}}


+
{{.SampleReport}}

{{end}} {{if .FixBisections}} -- cgit mrf-deployment