| Index: milo/appengine/frontend/templates/buildbot/pages/build.html
|
| diff --git a/milo/appengine/frontend/templates/buildbot/pages/build.html b/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| index 7b9db7b362db56262579cd3a3b683f665b93a9d1..169c4ffd1d1f1044513bdbf5e8e0bbe966532d0e 100644
|
| --- a/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| +++ b/milo/appengine/frontend/templates/buildbot/pages/build.html
|
| @@ -135,6 +135,10 @@
|
| {{ if .MainLink }}
|
| <li>{{.MainLink | linkify}}</li>
|
| {{ end }}
|
| + {{- if eq .Verbosity.String "Interesting" -}}
|
| + <link rel="prerender" href="{{.MainLink.URL}}">
|
| + <link rel="prefetch" href="{{.MainLink.URL}}">
|
| + {{- end }}
|
| {{ range .SubLink }}
|
| <li>{{. | linkify}}</li>
|
| {{ end }}
|
|
|