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

Unified Diff: includes/navbar.tmpl

Issue 29841563: Noissue - Merged index_page into master (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Fixed more misc issues discussed in IRC Created July 30, 2018, 4:40 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: includes/navbar.tmpl
===================================================================
--- a/includes/navbar.tmpl
+++ b/includes/navbar.tmpl
@@ -9,21 +9,24 @@
<span>{{ "Adblock <strong>Plus</strong>" | translate("navbar-logo-text", "Navbar logo text") }}</span>
</a>
<a href="#" id="navbar-menu-toggle">
<img
src="/img/menu-toggle.png"
srcset="/img/menu-toggle.svg 2x">
</a>
<ul id="navbar-menu">
- {% for pagename in ["about", "features", "bugs", "contribute"] %}
+ {% for pagename in ["about", "contribute"] %}
<li>
{{ pagename | linkify }}{{ get_string(pagename, "menu") }}</a>
</li>
{% endfor %}
+ <li>
+ {{ "documentation" | linkify }}{{ get_string("help", "menu") }}</a>
+ </li>
<li id="navbar-locale-menubar">
<a id="navbar-locale-selected">
{{ config.get("langnames", locale) }} ({{ locale | to_og_locale | to_og_location }})
</a>
<ul id="navbar-locale-menu">
{% for available_locale in available_locales %}
<li>
{{ page | linkify(available_locale) }}

Powered by Google App Engine
This is Rietveld