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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 4 months 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 <table class="intro" id="intro"> 1 <table class="intro" id="intro">
2 {{#api.intro_list}} 2 {{#api.introList}}
3 <tr> 3 <tr>
4 <td class="title">{{title}}:</td> 4 <td class="title">{{title}}:</td>
5 <td> 5 <td>
6 {{#content}} 6 {{#content}}
7 {{?link}}<a href="{{link}}">{{/link}} 7 {{?link}}<a href="{{link}}">{{/link}}
8 {{?class}}<span class="{{class}}">{{/class}} 8 {{?class}}<span class="{{class}}">{{/class}}
9 {{?text}}{{{text}}}{{/text}} 9 {{?text}}{{{text}}}{{/text}}
10 {{?partial}}{{+partial content:content}}{{/partial}} 10 {{?partial}}{{+partial content:content}}{{/partial}}
11 {{?class}}</span>{{/class}} 11 {{?class}}</span>{{/class}}
12 {{?link}}</a>{{/link}} 12 {{?link}}</a>{{/link}}
13 <br> 13 <br>
14 {{/content}} 14 {{/content}}
15 </td> 15 </td>
16 </tr> 16 </tr>
17 {{/api.intro_list}} 17 {{/api.introList}}
18 </table> 18 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698