aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-12-06 13:10:43 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-12-06 13:12:38 +0100
commit5d643f8e7060be125e00bbe3e8a154fc2d9928bf (patch)
treefbe665d2c1259dbbccbd84df226569fffbe26601
parenta65439d5fdeab641664c4edc4492e019477fd50d (diff)
dashboard/app: fix typo in template
-rw-r--r--dashboard/app/templates.html2
1 files changed, 1 insertions, 1 deletions
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
<td class="stat">{{formatReproLevel $b.ReproLevel}}</td>
<td class="stat">{{formatLateness $.Now $b.LastTime}}</td>
<td class="patched" title="{{$b.Commits}}">{{if $b.Commits}}{{len $b.PatchedOn}}/{{len $b.MissingOn}}{{end}}</td>
- <td class="status">{{if $b.Link}}<a href="{{$b.ExternalLink}}">{{$b.Status}}</a>{{else}}{{$b.Status}}{{end}}</td>
+ <td class="status">{{if $b.ExternalLink}}<a href="{{$b.ExternalLink}}">{{$b.Status}}</a>{{else}}{{$b.Status}}{{end}}</td>
</tr>
{{end}}
</table>