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

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

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed templates Created 8 years, 4 months 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/server2/templates/private/standard_extensions_article.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
index d14a6502353251f84f6772b6703e34bf7ab2d715..71efdafeda915b15836fc13abcafcab72f970739 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_extensions_article.html
@@ -11,12 +11,12 @@
<div id="gc-pagecontent">
<h1 class="page_title">{{article.title}}</h1>
{{?article.toc}}
- {{+partials.table_of_contents toc:article.toc}}
+ {{+partials.table_of_contents toc:article.toc title:extensions_title}}
{{/article.toc}}
{{- This may contain <pre> tags so it is not indented -}}
{{+article.intro is_apps:false}}
</div>
</div>
</body>
- {{+partials.footer is_apps:false}}
+ {{+partials.extensions_footer}}
</html>

Powered by Google App Engine
This is Rietveld 408576698