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

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

Issue 29485575: Issue 5385 - Create Site Header Component for Help Center (Closed)
Patch Set: Fix alignment of search form, reformat JS Created Aug. 22, 2017, 12:14 p.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/search-form.tmpl » ('j') | includes/search-form.tmpl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <header id="site-header" class="navbar">
2 <div class="navbar-wrapper">
juliandoucette 2017/08/23 14:39:02 See comment [here](https://codereview.adblockplus.
ire 2017/08/25 08:27:05 Acknowledged.
3 <h1 class="site-title">
4 {{ "index" | linkify() }}
juliandoucette 2017/08/23 14:39:03 See comment [here](https://codereview.adblockplus.
ire 2017/08/25 08:27:06 Acknowledged.
5 <img src="/img/png/eyeo-help.png" srcset="/img/svg/eyeo-help.svg 2x" alt ="{{ "eyeo Help" | translate("site-title", "Image alt text") }}">
6 </a>
7 </h1>
8 <button id="toggle-search-form" class="unstyled tablet-and-mobile-only">
9 <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" a lt="{{ "Toggle Search Bar" | translate("search-toggle-alt", "Image alt text") }} ">
10 </button>
11 <div id="site-search">
juliandoucette 2017/08/23 14:39:02 I think that it's kindof confusing that this eleme
ire 2017/08/25 08:27:06 Done.
12 <? include search-form ?>
juliandoucette 2017/08/23 14:39:03 It seems inconsistent that this form is an include
ire 2017/08/25 08:27:05 Done.
13 <nav id="product-website-link">
14 <a href="https://adblockplus.org/">
15 {{ "Adblock Plus" | translate("abp-product-link", "Link") }}
juliandoucette 2017/08/23 14:39:03 NIT/Suggest: "Link text" or "Link label" (it's not
ire 2017/08/25 08:27:05 Done.
16 <img src="/img/png/external-icon.png" srcset="/img/svg/external-icon.s vg 2x" alt="{{ "External link icon" | translate("external-link-icon", "Image alt text") }}">
17 </a>
18 </nav>
19 </div>
20 </div>
21 </header>
OLDNEW
« no previous file with comments | « no previous file | includes/search-form.tmpl » ('j') | includes/search-form.tmpl » ('J')

Powered by Google App Engine
This is Rietveld