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

Unified Diff: milo/buildsource/swarming/html.go

Issue 2975023002: [milo] remove linkBase and calculate links directly. (Closed)
Patch Set: common url base Created 3 years, 5 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
« no previous file with comments | « milo/buildsource/swarming/expectations/build-unicode.json ('k') | milo/buildsource/swarming/html_data.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/swarming/html.go
diff --git a/milo/buildsource/swarming/html.go b/milo/buildsource/swarming/html.go
index 587b56872d82d66fdd1bfd44f236f12420f188db..921ff74ff54a55ec1e0375b14fc12fb8857e99b2 100644
--- a/milo/buildsource/swarming/html.go
+++ b/milo/buildsource/swarming/html.go
@@ -114,7 +114,7 @@ func (b Build) Render(c *router.Context) {
return
}
- result, err := b.bl.SwarmingBuildImpl(c.Context, sf, c.Request.URL.String(), id)
+ result, err := b.bl.SwarmingBuildImpl(c.Context, sf, id)
if err != nil {
common.ErrorPage(c, errCode(err), err.Error())
return
« no previous file with comments | « milo/buildsource/swarming/expectations/build-unicode.json ('k') | milo/buildsource/swarming/html_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698