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

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

Issue 2123093009: Rietveld: add CQ status URL instead of comment. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 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 | « appengine/chromium_rietveld/codereview/views.py ('k') | appengine/chromium_rietveld/tests/test_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_rietveld/templates/patchset.html
diff --git a/appengine/chromium_rietveld/templates/patchset.html b/appengine/chromium_rietveld/templates/patchset.html
index 664e6dd17c8448841af66722eed6d3f5fbb96661..bd0973936520af73be01c8607679e38c95407a91 100644
--- a/appengine/chromium_rietveld/templates/patchset.html
+++ b/appengine/chromium_rietveld/templates/patchset.html
@@ -167,6 +167,9 @@
{%elif issue.cq_dry_run %}
(dry run)
{% endif %}
+ {%if patchset.cq_status_url%}
+ <a style="margin-left:10px" href="{{patchset.cq_status_url}}">CQ Status</a>
+ {% endif %}
<a style="margin-left:10px" href="https://bugs.chromium.org/p/chromium/issues/entry?template=Build%20Infrastructure&labels=Restrict-View-Google&components=Infra%3ECQ&summary=Please%20enter%20CQ%20issue%20summary%20here&comment=Please%20explain%20below%20why%20you%20believe%20CQ%20is%20not%20working.%0A%0AThis%20issue%20was%20created%20with%20help%20of%20the%20%22CQ%20not%20working?%22%20link%20on%20Rietveld.">CQ not working?</a>
</form>
<br/>
« no previous file with comments | « appengine/chromium_rietveld/codereview/views.py ('k') | appengine/chromium_rietveld/tests/test_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698