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

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

Issue 29590555: Noissue - Use .container.large-desktop-width for footer .navbar (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 27, 2017, 9:14 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 | no next file » | no next file with comments »
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" class="navbar">
2 <div class="navbar-wrapper row"> 2 <div class="container large-desktop-width">
3 <div id="site-footer-locales" class="column one-fourth"> 3 <div class="row">
4 <div id="language-select" class="custom-select"> 4 <div id="site-footer-locales" class="column one-fourth">
5 <button class="custom-select-selected" aria-expanded="false" aria-haspop up="true"> 5 <div id="language-select" class="custom-select">
6 {{ config.get("langnames", locale) }} 6 <button class="custom-select-selected" aria-expanded="false" aria-hasp opup="true">
7 </button> 7 {{ config.get("langnames", locale) }}
8 <ul class="custom-select-options" aria-label="{{ "Select Language" | tra nslate("language-options-label", "Label") }}" role="menu" tabindex="-1"> 8 </button>
9 {% for available_locale in available_locales %} 9 <ul class="custom-select-options" aria-label="{{ "Select Language" | t ranslate("language-options-label", "Label") }}" role="menu" tabindex="-1">
10 <li class="custom-select-option" role="none"> 10 {% for available_locale in available_locales %}
11 {{ page | linkify(available_locale) }}{{ config.get("langnames", ava ilable_locale) }}</a> 11 <li class="custom-select-option" role="none">
12 </li> 12 {{ page | linkify(available_locale) }}{{ config.get("langnames", a vailable_locale) }}</a>
13 {% endfor %} 13 </li>
14 </ul> 14 {% endfor %}
15 </ul>
16 </div>
15 </div> 17 </div>
16 </div> 18
17 <div id="site-footer-nav" class="column three-fourths"> 19 <div id="site-footer-nav" class="column three-fourths">
18 <nav> 20 <nav>
19 <ul class="horizontal-list"> 21 <ul class="horizontal-list">
20 <li><a href="">{{ "Legal" | translate("footer-nav-link-1", "Navigation link") }}</a></li> 22 <li><a href="">{{ "Legal" | translate("footer-nav-link-1", "Navigati on link") }}</a></li>
21 <li><a href="https://adblockplus.org/privacy">{{ "Privacy Policy" | tr anslate("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>
22 </ul> 24 </ul>
23 </nav> 25 </nav>
24 <span class="muted"> 26 <span class="muted">
25 {{ "<a href=\"https://adblockplus.org\">Adblock Plus</a> is a registered trademark of <a href=\"https://eyeo.com\">eyeo GmbH</a>" | translate("footer-tr ademark-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") }}
26 </span> 28 </span>
27 </div> 29 </div>
28 </div> 30 </div> {# .row #}
31 </div> {# .container #}
29 </footer> 32 </footer>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld