Chromium Code Reviews| 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..1d6f2bd42f759f1153ba1679d7ac4bd87bd80a48 100644 |
| --- a/milo/appengine/frontend/templates/buildbot/pages/build.html |
| +++ b/milo/appengine/frontend/templates/buildbot/pages/build.html |
| @@ -15,7 +15,12 @@ |
| {{- end }} |
| {{end}} |
| -{{define "head"}}{{end}} |
| +{{define "head"}} |
| + {{ range .Prefetch }} |
| + <link rel="prerender" href="{{.}}"> |
| + <link rel="prefetch" href="{{.}}"> |
| + {{ end }} |
| +{{end}} |
| {{define "body"}} |
| <div class="content"> |