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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{- This is the shared template for Extension/App articles. 1 {{- This is the shared template for Extension/App articles.
2 - |article| The article content. 2 - |article| The article content.
3 - |sidenav| The sidenav items.
4 - |platform| The platform. 3 - |platform| The platform.
5 - |platformTitle| The title of the platform ("Extensions" or "Apps"). 4 - |platformTitle| The title of the platform ("Extensions" or "Apps").
6 -}} 5 -}}
7 {{+content:partials.site 6 {{+content:partials.site
8 platform:platform 7 platform:platform
9 platformTitle:platformTitle 8 platformTitle:platformTitle}}
10 sidenav:sidenav}} 9 <article class="article-content">
11 $(table_of_contents) 10 <div itemprop="articleBody">
12 {{+article platform:platform platformTitle:platformTitle /}} 11 {{+article platform:platform platformTitle:platformTitle /}}
12
13 {{+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
14
15 <nav class="inline-toc no-permalink">
16 {{+partials.relatedpages_items items:sidenavs.related /}}
17 $(table_of_contents)
18 </nav>
19 </div>
20 </article>
13 {{/partials.site}} 21 {{/partials.site}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698