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 3f880d5bbd7ec4fd51426f56429f0eff746113c9..9d42fc2294b91a8e887602ab9d6f2dab73af45e5 100644 |
| --- a/chrome/common/extensions/docs/templates/private/standard_apps_article.html |
| +++ b/chrome/common/extensions/docs/templates/private/standard_apps_article.html |
| @@ -1,24 +1,32 @@ |
| <!DOCTYPE html> |
| <html> |
| <head> |
| - {{+partials.header_head}} |
| + {{+partials.header_head/}} |
| <title>{{article.title}} - Google Chrome</title> |
| </head> |
| <body> |
| - {{+partials.header_body title:strings.apps_title platform:strings.app}} |
| + {{+partials.header_body title:strings.apps_title platform:strings.app/}} |
| <div id="gc-container"> |
| - {{+partials.sidenav items:sidenavs.apps}} |
| + {{+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 |
| - title:strings.apps_title}} |
| + title:strings.apps_title/}} |
| {{/article.apps_toc}} |
| {{- This may contain <pre> tags so it is not indented -}} |
| -{{+article.intro platform:strings.app is_apps:true}} |
| +{{+article.intro |
| + apis:apis |
| + beta_apis:beta_apis |
| + dev_apis:dev_apis |
| + manifest_source:manifest_source |
| + permissions:permissions |
| + platform:strings.extension |
|
mkearney1
2013/11/15 02:04:23
Should this be platform:strings.app?
not at google - send to devlin
2013/11/15 05:25:55
Yes. Thanks.
|
| + stable_apis:stable_apis |
| + is_apps:true/}} |
| </div> |
| </div> |
| </body> |
| - {{+partials.footer}} |
| + {{+partials.footer/}} |
| </html> |