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

Unified Diff: milo/appengine/common/middleware.go

Issue 2810113002: Milo buildbot builder page: Add pagnation with cursors. (Closed)
Patch Set: train Created 3 years, 8 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
Index: milo/appengine/common/middleware.go
diff --git a/milo/appengine/common/middleware.go b/milo/appengine/common/middleware.go
index 1a71768fc6196e545de59d5155774379d5377f52..5e74b389009f209479d749880b8f6d6cfa2a4e2f 100644
--- a/milo/appengine/common/middleware.go
+++ b/milo/appengine/common/middleware.go
@@ -48,6 +48,7 @@ func GetTemplateBundle() *templates.Bundle {
"CurrentTime": clock.Now(c),
"Analytics": analytics.Snippet(c),
"RequestID": info.RequestID(c),
+ "Request": r,
}, nil
},
FuncMap: funcMap,
« no previous file with comments | « milo/appengine/common/funcs.go ('k') | milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_no_builds.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698