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

Unified Diff: globals/products.py

Issue 29575597: Issue 5691 - Create Breadcrumbs Component for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Addressed NITs Created Oct. 25, 2017, 9:59 a.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
« no previous file with comments | « no previous file | static/img/png/arrow-icon-left-gray.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: globals/products.py
===================================================================
--- a/globals/products.py
+++ b/globals/products.py
@@ -12,16 +12,17 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
products = {
"abp": {
"full_name": "Adblock Plus",
+ "slug": "adblockplus",
"url": "https://adblockplus.org",
"help_categories": [
{
'name': 'Popular Topics',
'slug': 'popular-topics',
'icon': 'popular-icon'
},
{
« no previous file with comments | « no previous file | static/img/png/arrow-icon-left-gray.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld