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

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

Issue 29337977: Issue 3758 - Removed Opera Extensions related logic (Closed)
Patch Set: Created March 8, 2016, 5:15 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
===================================================================
--- a/sitescripts/extensions/template/nightlies.html
+++ b/sitescripts/extensions/template/nightlies.html
@@ -32,8 +32,6 @@
<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>
- {%- elif config.type == 'opera' and config.galleryID -%}
- <a href="https://addons.opera.com/en/extensions/details/{{config.galleryID}}/">Opera Add-ons</a>
{%- else %}
<a href="https://adblockplus.org{{config.downloadPage}}">its installation page</a>
{%- endif -%}

Powered by Google App Engine
This is Rietveld