| 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/>
|
|
|