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

Unified Diff: chrome/common/extensions/docs/templates/private/sidenav_item.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month 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_item.html
diff --git a/chrome/common/extensions/docs/templates/private/sidenav_item.html b/chrome/common/extensions/docs/templates/private/sidenav_item.html
index b70abafbdd3bfcb958c452bd82e776a70a836c9d..ad6f0604961eab0b0906693b10247694608b9379 100644
--- a/chrome/common/extensions/docs/templates/private/sidenav_item.html
+++ b/chrome/common/extensions/docs/templates/private/sidenav_item.html
@@ -11,7 +11,5 @@
<span class="level{{item.level}}">{{item.title}}</span>
{{/item.href}}
{{/item.toggleable}}
- {{?item.items}}
- {{+partials.sidenav_items items:item.items parent:item}}
- {{/item.items}}
+ {{?item.items +partials.sidenav_items items:item.items parent:item/}}
</li>

Powered by Google App Engine
This is Rietveld 408576698