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

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: 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
(Empty)
1 {{#r:items}}{{?r.related}}
not at google - send to devlin 2013/12/18 05:10:14 put the {{?r.related}} on the next line; apologies
Renato Mangini (chromium) 2013/12/18 13:25:30 Done.
2 <li{{?r.separator}} class="separator"{{/}}>
3 <a href="{{r.href}}"{{?r.selected}} class="active"{{/}}>{{r.title}}</a>
4 </li>
5 {{:r.related}}
6 {{?r.items}}{{+partials.relatedpages_item items:r.items /}}{{/r.items}}
not at google - send to devlin 2013/12/18 05:10:14 you should be able to do {{?r.items +partials.rel
Renato Mangini (chromium) 2013/12/18 13:25:30 Done.
7 {{/r.related}}
8 {{/items}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698