| Index: milo/appengine/settings/themes.go
|
| diff --git a/milo/appengine/settings/themes.go b/milo/appengine/settings/themes.go
|
| index 0de66514c57c890a681a9eb99b9b886e1cd794fb..c0859eae381fc31809b5423db6faf8be642e3259 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),
|
| + "Analytics": analytics.Snippet(c),
|
| }, nil
|
| },
|
| FuncMap: funcMap,
|
|
|