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

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

Issue 2953183002: Fix milo deployment (Closed)
Patch Set: License header fix Created 3 years, 6 months 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/frontend/templates/pages/console.html ('k') | milo/frontend/templates/pages/frontpage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/templates/pages/error.html
diff --git a/milo/frontend/templates/pages/error.html b/milo/frontend/templates/pages/error.html
deleted file mode 100644
index 41782028c468a13dee6e3f19f9d48a9074f26aba..0000000000000000000000000000000000000000
--- a/milo/frontend/templates/pages/error.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{define "title"}}Error: {{.Code}}{{end}}
-
-{{define "head"}}{{end}}
-
-{{define "body"}}
-<h1>Error: {{.Code}}</h1>
-{{ if eq .Code 401 }}
- <div>You are not authenticated, please try <a href="{{.LoginURL}}">logging in</a></div>
-{{ else if .Message }}
- <div>{{.Message}}</div>
-{{ end }}
-<div>Request ID: {{.RequestID}}</div>
-{{end}}
« no previous file with comments | « milo/frontend/templates/pages/console.html ('k') | milo/frontend/templates/pages/frontpage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698