Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Side by Side Diff: chrome/common/extensions/docs/templates/private/sidenav_items.html

Issue 102593005: Clean patch with DCC static content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests for sidenav_data_source Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <ul {{?parent.toggleable}}toggleable{{/}} 1 <nav id="fatnav" role="navigation">
2 class="{{?parent.level}}level{{parent.level}}{{:}}level1{{/}} {{?parent.togg leable}}{{^parent.child_selected}}hidden{{/}}{{/}}"> 2 <ul>
3 {{#i:items +partials.sidenav_item item:i/}} 3 {{#i:items +partials.sidenav_item0 item:i/}}
4 <li id="search">
5 <img src="{{static}}/images/search.png">
6 <div class="expandee"><input type="search" placeholder="What are you looking for?"></div>
7 </li>
4 </ul> 8 </ul>
9 </nav>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698