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

Side by Side Diff: chrome/common/extensions/docs/templates/private/relatedpages_item.html

Issue 102593005: Clean patch with DCC static content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests for sidenav_data_source 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 {{#r:items}}
2 {{?r.related}}
3 <li{{?r.separator}} class="separator"{{/}}>
4 <a href="{{r.href}}"{{?r.selected}} class="active"{{/}}>{{r.title}}</a>
5 </li>
6 {{:r.related}}
7 {{?r.items +partials.relatedpages_item items:r.items /}}
8 {{/r.related}}
9 {{/items}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698