Chromium Code Reviews| 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/}} |
|
not at google - send to devlin
2013/11/16 21:54:41
Changes like these are why I needed to pull the "t
|
| </div> |
| </div> |
| </body> |