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

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

Issue 29488555: Issue 5406 - Create Site Footer Component for Help Center (Closed)
Patch Set: Updates with Site Header Component review Created July 17, 2017, 9:36 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 | settings.ini » ('j') | static/scss/content/_typography.scss » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <footer id="site-footer" class="navbar">
2 <div class="navbar-wrapper row">
3 <div class="column one-fourth">
4 <div class="custom-select">
5 <button class="custom-select-selected" aria-expanded="false" aria-contro ls="language-options">
6 {{config.get("langnames", locale)}}
7 </button>
8 <ul id="language-options" class="custom-select-options" aria-hidden="tru e">
9 {% for lang in available_locales %}
10 <li>
11 {{page|linkify(lang)}}
12 {{config.get("langnames", lang)}}
13 </a>
14 </li>
15 {% endfor %}
16 </ul>
17 </div>
18 </div>
19 <div class="column three-fourths">
20 <nav id="site-footer-nav">
21 <ul>
22 <li><a href="">Legal</a></li>
23 <li><a href="https://adblockplus.org/privacy">Privacy Policy</a></li>
24 </ul>
25 </nav>
26 <small class="muted"><a href="https://adblockplus.org">Adblock Plus</a> is a registered trademark of <a href="https://eyeo.com">eyeo GmbH</a></small>
27 </div>
28 </div>
29 </header>
OLDNEW
« no previous file with comments | « no previous file | settings.ini » ('j') | static/scss/content/_typography.scss » ('J')

Powered by Google App Engine
This is Rietveld