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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/sidenav_items.html
diff --git a/chrome/common/extensions/docs/templates/private/sidenav_items.html b/chrome/common/extensions/docs/templates/private/sidenav_items.html
index a3fd3e66ecffc95a14c3debe42cb9544d5b037e3..d421538db92553639d817b86b9a5e8ad8414d5c7 100644
--- a/chrome/common/extensions/docs/templates/private/sidenav_items.html
+++ b/chrome/common/extensions/docs/templates/private/sidenav_items.html
@@ -1,4 +1,9 @@
-<ul {{?parent.toggleable}}toggleable{{/}}
- class="{{?parent.level}}level{{parent.level}}{{:}}level1{{/}} {{?parent.toggleable}}{{^parent.child_selected}}hidden{{/}}{{/}}">
-{{#i:items +partials.sidenav_item item:i/}}
+<nav id="fatnav" role="navigation">
+<ul>
+ {{#i:items +partials.sidenav_item0 item:i/}}
+ <li id="search">
+ <img src="{{static}}/images/search.png">
+ <div class="expandee"><input type="search" placeholder="What are you looking for?"></div>
+ </li>
</ul>
+</nav>

Powered by Google App Engine
This is Rietveld 408576698