| Index: milo/appengine/frontend/templates/buildbot/includes/buildbot.html
|
| diff --git a/milo/appengine/frontend/templates/buildbot/includes/buildbot.html b/milo/appengine/frontend/templates/buildbot/includes/buildbot.html
|
| index d9049475971bb58994d1a9253d2ccd3026f4a5fa..545fa1fa07b7164b90f10e10ffaf98b04c4162c3 100644
|
| --- a/milo/appengine/frontend/templates/buildbot/includes/buildbot.html
|
| +++ b/milo/appengine/frontend/templates/buildbot/includes/buildbot.html
|
| @@ -13,6 +13,17 @@ that can be found in the LICENSE file. -->
|
| <body class="interface">
|
| <header>
|
| Luci
|
| + <div>
|
| + {{ if .IsAnonymous }}
|
| + <a href="{{.LoginURL}}">login</a>
|
| + {{ else }}
|
| + {{ if .User.Picture }}
|
| + <img class="account-picture" src="{{.User.Picture}}">
|
| + {{ end }}
|
| + {{ .User.Email }} |
|
| + <a href="{{.LogoutURL}}">logout</a>
|
| + {{ end }}
|
| + </div>
|
| </header>
|
| <hr>
|
| {{template "body" .}}
|
|
|