| Index: milo/appengine/settings/themes.go
|
| diff --git a/milo/appengine/settings/themes.go b/milo/appengine/settings/themes.go
|
| index 0de66514c57c890a681a9eb99b9b886e1cd794fb..e38d44edae4f4e1c92d46af3b43dbdab0450e930 100644
|
| --- a/milo/appengine/settings/themes.go
|
| +++ b/milo/appengine/settings/themes.go
|
| @@ -20,6 +20,7 @@ import (
|
| "github.com/luci/luci-go/appengine/gaemiddleware"
|
| "github.com/luci/luci-go/common/clock"
|
| "github.com/luci/luci-go/milo/common/miloerror"
|
| + "github.com/luci/luci-go/server/analytics"
|
| "github.com/luci/luci-go/server/auth"
|
| "github.com/luci/luci-go/server/router"
|
| "github.com/luci/luci-go/server/templates"
|
| @@ -102,6 +103,7 @@ func GetTemplateBundles() []NamedBundle {
|
| "LoginURL": loginURL,
|
| "LogoutURL": logoutURL,
|
| "CurrentTime": clock.Now(c),
|
| + "AnalyticsID": analytics.ID(c),
|
| }, nil
|
| },
|
| FuncMap: funcMap,
|
|
|