Chromium Code Reviews| Index: milo/appengine/frontend/templates/pages/frontpage.html |
| diff --git a/milo/appengine/frontend/templates/pages/frontpage.html b/milo/appengine/frontend/templates/pages/frontpage.html |
| index 4b6bb3a669eeb60cc537a1bc2bcdd22c2d463c31..77016413cac7f63410f391005bb4d6224b6c22cc 100644 |
| --- a/milo/appengine/frontend/templates/pages/frontpage.html |
| +++ b/milo/appengine/frontend/templates/pages/frontpage.html |
| @@ -5,6 +5,10 @@ |
| {{define "body"}} |
| <h1>Milo</h1> |
| +{{ if .error }} |
| +Encountered error while loading front page: {{ .error }} |
| +{{ end }} |
| + |
| {{ range .frontpage.CIServices }} |
| <h2> {{ .Name }} |
| {{ if .Host }} ({{ .Host | linkify }}) {{ end }} |