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

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

Issue 102593005: Clean patch with DCC static content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed reviewer's comments Created 7 years 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/article.html
diff --git a/chrome/common/extensions/docs/templates/private/article.html b/chrome/common/extensions/docs/templates/private/article.html
index 811f9ec26eee1077bbad2d3cac36325d49823362..ef7449962380da00ef1c9a34e6ef289ee4f7a77b 100644
--- a/chrome/common/extensions/docs/templates/private/article.html
+++ b/chrome/common/extensions/docs/templates/private/article.html
@@ -1,13 +1,21 @@
{{- This is the shared template for Extension/App articles.
- |article| The article content.
- - |sidenav| The sidenav items.
- |platform| The platform.
- |platformTitle| The title of the platform ("Extensions" or "Apps").
-}}
{{+content:partials.site
platform:platform
- platformTitle:platformTitle
- sidenav:sidenav}}
-$(table_of_contents)
-{{+article platform:platform platformTitle:platformTitle /}}
+ platformTitle:platformTitle}}
+<article class="article-content">
+ <div itemprop="articleBody">
+ {{+article platform:platform platformTitle:platformTitle /}}
+
+ {{+partials.cc /}}
not at google - send to devlin 2013/12/18 05:10:14 should the license be at the bottom of the page? (
Renato Mangini (chromium) 2013/12/18 13:25:30 TOC does not float on narrow devices, and changing
+
+ <nav class="inline-toc no-permalink">
+ {{+partials.relatedpages_items items:sidenavs.related /}}
+ $(table_of_contents)
+ </nav>
+ </div>
+</article>
{{/partials.site}}

Powered by Google App Engine
This is Rietveld 408576698