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

Side by Side Diff: chrome/common/extensions/docs/templates/private/relatedpages_items.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <section class="related">
2 <h3 hideintoc="1">{{related.parent.title}}</h3>
3 <ol class="toc">
4 {{#p:related.items}}
5 <li {{?p.separator}}class="separator"{{/}}>
6 <a href="{{p.href}}" {{?p.active}}class="active"{{/}}>{{{p.title}}}</a>
7 </li>
8 {{/related.items}}
9 </ol>
10 </section>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698