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

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: bumped versions of cron and app, so running server won't update 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..fe5ca41b58629235caf073fff5a789aca410cdd7 100644
--- a/chrome/common/extensions/docs/templates/private/article.html
+++ b/chrome/common/extensions/docs/templates/private/article.html
@@ -7,7 +7,17 @@
{{+content:partials.site
platform:platform
platformTitle:platformTitle
- sidenav:sidenav}}
-$(table_of_contents)
-{{+article platform:platform platformTitle:platformTitle /}}
+ sidenav:sidenavs.related}}
+<article class="article-content">
+ <div itemprop="articleBody">
+ {{+article platform:platform platformTitle:platformTitle /}}
+
+ {{+partials.cc /}}
+
+ <nav class="inline-toc no-permalink">
+ {{+partials.relatedpages_items related:sidenavs.related /}}
+ $(table_of_contents)
+ </nav>
+ </div>
+</article>
{{/partials.site}}

Powered by Google App Engine
This is Rietveld 408576698