| Index: sitescripts/extensions/template/nightlies.html |
| =================================================================== |
| --- a/sitescripts/extensions/template/nightlies.html |
| +++ b/sitescripts/extensions/template/nightlies.html |
| @@ -23,17 +23,17 @@ |
| <strong>Warning</strong>: The files in this directory are development |
| builds and as such they have not been fully tested and might not work |
| properly. |
| Use them at your own risk, see <a href="https://adblockplus.org/en/development-builds">development builds introduction</a> for more information. |
| {%if config.galleryID or config.downloadPage -%} |
| Latest <em>stable {{config.name}} release</em> can be downloaded from |
| - {% if config.type == 'gecko' and config.galleryID -%} |
| + {% if (config.type == 'gecko' or config.type == 'gecko-webext') and config.galleryID -%} |
|
Sebastian Noack
2017/08/24 12:31:08
Right, set literals are not supported in jinja2, h
Wladimir Palant
2017/08/24 12:43:09
Done.
|
| <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> |
| {%- else %} |
| <a href="https://adblockplus.org{{config.downloadPage}}">its installation page</a> |
| {%- endif -%} |
| . |
| {%- endif %} |