| Index: milo/appengine/frontend/templates/buildbot/pages/error.html
|
| diff --git a/milo/appengine/frontend/templates/buildbot/pages/error.html b/milo/appengine/frontend/templates/buildbot/pages/error.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7ffb00c7dccadf9528866a6b7a09503a44f0a34d
|
| --- /dev/null
|
| +++ b/milo/appengine/frontend/templates/buildbot/pages/error.html
|
| @@ -0,0 +1,11 @@
|
| +{{define "title"}}Error: {{.Code}}{{end}}
|
| +
|
| +{{define "head"}}{{end}}
|
| +
|
| +{{define "body"}}
|
| +<h1>Error: {{.Code}}</h1>
|
| +{{ if .Message }}
|
| + <div>{{.Message}}</div>
|
| +{{ end }}
|
| +<div>Request ID: {{.RequestID}}</div>
|
| +{{end}}
|
|
|