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

Side by Side Diff: includes/layout/footer.tmpl

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | includes/layout/header.tmpl » ('j') | templates/minimal.tmpl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <footer id="site-footer" class="navbar"> 1 <footer id="site-footer">
2 <div class="container large-desktop-width"> 2 <div class="container large-desktop-width">
3 <div class="row"> 3 <div class="row">
4 <div id="site-footer-locales" class="column one-fourth"> 4 <div id="site-footer-locales" class="column one-fourth">
5 <div id="language-select" class="custom-select"> 5 <div id="language-select" class="custom-select">
6 <button class="custom-select-selected" aria-expanded="false" aria-hasp opup="true"> 6 <button class="custom-select-selected" aria-expanded="false" aria-hasp opup="true">
7 {{ config.get("langnames", locale) }} 7 {{ config.get("langnames", locale) }}
8 </button> 8 </button>
9 <ul class="custom-select-options" aria-label="{{ "Select Language" | t ranslate("language-options-label", "Label") }}" role="menu" tabindex="-1"> 9 <ul class="custom-select-options" aria-label="{{ "Select Language" | t ranslate("language-options-label", "Label") }}" role="menu" tabindex="-1">
10 {% for available_locale in available_locales %} 10 {% for available_locale in available_locales %}
11 <li class="custom-select-option" role="none"> 11 <li class="custom-select-option" role="none">
(...skipping 11 matching lines...) Expand all
23 <li><a href="https://adblockplus.org/privacy">{{ "Privacy Policy" | translate("footer-nav-link-2", "Navigation link") }}</a></li> 23 <li><a href="https://adblockplus.org/privacy">{{ "Privacy Policy" | translate("footer-nav-link-2", "Navigation link") }}</a></li>
24 </ul> 24 </ul>
25 </nav> 25 </nav>
26 <span class="muted"> 26 <span class="muted">
27 {{ "<a href=\"https://adblockplus.org\">Adblock Plus</a> is a register ed trademark of <a href=\"https://eyeo.com\">eyeo GmbH</a>" | translate("footer- trademark-notice", "Paragraph") }} 27 {{ "<a href=\"https://adblockplus.org\">Adblock Plus</a> is a register ed trademark of <a href=\"https://eyeo.com\">eyeo GmbH</a>" | translate("footer- trademark-notice", "Paragraph") }}
28 </span> 28 </span>
29 </div> 29 </div>
30 </div> {# .row #} 30 </div> {# .row #}
31 </div> {# .container #} 31 </div> {# .container #}
32 </footer> 32 </footer>
OLDNEW
« no previous file with comments | « no previous file | includes/layout/header.tmpl » ('j') | templates/minimal.tmpl » ('J')

Powered by Google App Engine
This is Rietveld