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

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

Issue 2148743002: Rietveld: don't show (dry run) after commit box is unchecked. (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 | « no previous file | no next file » | 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 bd0973936520af73be01c8607679e38c95407a91..deae14760b94dc69314721cac0967457d3c22fdc 100644
--- a/appengine/chromium_rietveld/templates/patchset.html
+++ b/appengine/chromium_rietveld/templates/patchset.html
@@ -164,7 +164,7 @@
(issue is closed)
{%elif issue.private%}
(issue is private)
- {%elif issue.cq_dry_run %}
+ {%elif issue.commit and issue.cq_dry_run %}
(dry run)
{% endif %}
{%if patchset.cq_status_url%}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698