| 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..1a22bbbadb75c4a1161973075cc84d7b163c6245 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 .errors }}
|
| +Encountered error while loading front page: {{ .errors }}
|
| +{{ end }}
|
| +
|
| {{ range .frontpage.CIServices }}
|
| <h2> {{ .Name }}
|
| {{ if .Host }} ({{ .Host | linkify }}) {{ end }}
|
|
|