From 5d643f8e7060be125e00bbe3e8a154fc2d9928bf Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 6 Dec 2017 13:10:43 +0100 Subject: dashboard/app: fix typo in template --- dashboard/app/templates.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/templates.html b/dashboard/app/templates.html index 6fe5e011a..510d9e49b 100644 --- a/dashboard/app/templates.html +++ b/dashboard/app/templates.html @@ -26,7 +26,7 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the {{formatReproLevel $b.ReproLevel}} {{formatLateness $.Now $b.LastTime}} {{if $b.Commits}}{{len $b.PatchedOn}}/{{len $b.MissingOn}}{{end}} - {{if $b.Link}}{{$b.Status}}{{else}}{{$b.Status}}{{end}} + {{if $b.ExternalLink}}{{$b.Status}}{{else}}{{$b.Status}}{{end}} {{end}} -- cgit mrf-deployment