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

Unified Diff: chrome/common/extensions/docs/templates/private/standard_apps_article.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/standard_apps_article.html
diff --git a/chrome/common/extensions/docs/templates/private/standard_apps_article.html b/chrome/common/extensions/docs/templates/private/standard_apps_article.html
index b25e2e1a9fa5ec6e33cc148fc3f0b269d597035a..5b775eeb5a31929b38fb596d434eb4b410ef4016 100644
--- a/chrome/common/extensions/docs/templates/private/standard_apps_article.html
+++ b/chrome/common/extensions/docs/templates/private/standard_apps_article.html
@@ -10,21 +10,10 @@
{{+partials.sidenav items:sidenavs.apps/}}
<div id="gc-pagecontent">
<h1 class="page_title">{{article.title}}</h1>
- {{?article.apps_toc}}
- {{+partials.table_of_contents toc_items:article.apps_toc
- has_toc:true
+ {{+partials.table_of_contents toc_items:article.toc
title:strings.apps_title/}}
- {{/article.apps_toc}}
{{- This may contain <pre> tags so it is not indented -}}
-{{+article.intro
- apis:apis
- beta_apis:beta_apis
- dev_apis:dev_apis
- manifest_source:manifest_source
- permissions:permissions
- platform:strings.app
- stable_apis:stable_apis
- is_apps:true/}}
+{{+article platform:strings.app is_apps:true/}}
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698