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

Unified Diff: appengine/chromium_rietveld/templates/issue.html

Issue 1058893004: Rietveld schedules builds on buildbucket (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 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: appengine/chromium_rietveld/templates/issue.html
diff --git a/appengine/chromium_rietveld/templates/issue.html b/appengine/chromium_rietveld/templates/issue.html
index e4dc49fc8c2fd97a1d93152d65469ef5e410d4e6..6404287c4ba5fb4cc71183ceb3a092f60db93fcd 100644
--- a/appengine/chromium_rietveld/templates/issue.html
+++ b/appengine/chromium_rietveld/templates/issue.html
@@ -254,7 +254,7 @@ var lastMsgID = {{messages|length}};
{% endif %}
<div class="trybot-button-div">
<input type="button" value="Update"
- onclick="M_updatePendingTrybots('{{issue.key.id}}', '{{last_patchset.key.id}}', '{{xsrf_token}}')"/>
+ onclick="M_updatePendingTrybots('{{issue.key.id}}', '{{last_patchset.key.id}}', '{{issue.project}}')"/>
<input type="button" value="Close"
onclick="M_closePendingTrybots()"/>
</div>

Powered by Google App Engine
This is Rietveld 408576698