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"] %} |
saroyanm
2018/02/05 15:44:10
In the Issue it says:
"Features are getting merged
saroyanm
2018/02/05 15:44:10
What was the reason of making the Issue reporting
ire
2018/02/05 16:15:01
Yes, this change will not be pushed to master unti
ire
2018/02/05 16:15:02
Yes it's been through the QA team. I don't know sp
|
+ {% 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 href="#" 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) }} |