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

Unified Diff: chrome/common/extensions/docs/server2/templates/private/standard_apps_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_apps_article.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html
index a6814b651bb7ab64a15a3e35174a14c84e43d6ae..f0f56c2028f555050212a93451d168e5e59ceff9 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_apps_article.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_apps_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:apps_title}}
{{/article.toc}}
{{- This may contain <pre> tags so it is not indented -}}
{{+article.intro is_apps:true}}
</div>
</div>
</body>
- {{+partials.footer is_apps:true}}
+ {{+partials.apps_footer}}
</html>

Powered by Google App Engine
This is Rietveld 408576698