Chromium Code Reviews| 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 |
| index 7ffb00c7dccadf9528866a6b7a09503a44f0a34d..c8f459f77882903c94f020a1adfb74206e672533 100644 |
| --- a/milo/appengine/frontend/templates/buildbot/pages/error.html |
| +++ b/milo/appengine/frontend/templates/buildbot/pages/error.html |
| @@ -4,7 +4,9 @@ |
| {{define "body"}} |
| <h1>Error: {{.Code}}</h1> |
| -{{ if .Message }} |
| +{{ if eq .Code 401 }} |
| + You are not authenticated, please try <a href="{{.LoginURL}}">logging in</a> |
|
estaab
2016/12/28 20:05:28
The message block uses a div, do we need that here
hinoka
2016/12/28 23:15:43
Done.
|
| +{{ else if .Message }} |
| <div>{{.Message}}</div> |
| {{ end }} |
| <div>Request ID: {{.RequestID}}</div> |