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

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

Issue 65643009: Docserver: Attach intro metadata to the template itself, not to an object which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/table_of_contents.html
diff --git a/chrome/common/extensions/docs/templates/private/table_of_contents.html b/chrome/common/extensions/docs/templates/private/table_of_contents.html
index 952389aa24a33a20a8039e2915a2532cac2e8b4a..51cae7400fb23da5cb3aa6442b2e0c4a28bebb78 100644
--- a/chrome/common/extensions/docs/templates/private/table_of_contents.html
+++ b/chrome/common/extensions/docs/templates/private/table_of_contents.html
@@ -1,6 +1,6 @@
<div id="toc">
<ol>
- {{?has_toc}}
+ {{?toc_items}}
{{#i:toc_items}}
<li>
<a href="#{{i.link}}">{{{i.title}}}</a>
@@ -11,7 +11,7 @@
{{/}}
</li>
{{/toc_items}}
- {{/has_toc}}
+ {{/toc_items}}
{{?api}}
<div class="api-reference">
<li>

Powered by Google App Engine
This is Rietveld 408576698