Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/template/nightlies.html

Issue 29589691: Issue 5757 - Update buildtools dependency, (re)move legacy extensions (Closed)
Patch Set: Created Oct. 26, 2017, 10:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/extensions/template/nightlies.html
diff --git a/sitescripts/extensions/template/nightlies.html b/sitescripts/extensions/template/nightlies.html
index 66a71bd7fbad7e6f2d5eab5e74930f3f98b444e7..6d39e85941fae39545ec2c91b40f8bf341743b12 100644
--- a/sitescripts/extensions/template/nightlies.html
+++ b/sitescripts/extensions/template/nightlies.html
@@ -28,7 +28,7 @@
{%if config.galleryID or config.downloadPage -%}
Latest <em>stable {{config.name}} release</em> can be downloaded from
- {% if config.type in ['gecko', 'gecko-webext'] and config.galleryID -%}
+ {% if config.type == 'gecko' and config.galleryID -%}
<a href="https://addons.mozilla.org/addon/{{config.galleryID}}/">Mozilla Add-ons</a>
{%- elif config.type == 'chrome' and config.galleryID -%}
<a href="https://chrome.google.com/webstore/detail/{{config.galleryID}}">Chrome Web Store</a>

Powered by Google App Engine
This is Rietveld