Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/error.html

Issue 2525493002: Milo: Add themed page for errors (Closed)
Patch Set: Review Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/appengine/frontend/templates/bootstrap/pages/error.html ('k') | milo/appengine/settings/themes.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}}
« no previous file with comments | « milo/appengine/frontend/templates/bootstrap/pages/error.html ('k') | milo/appengine/settings/themes.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698