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

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

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 7 years, 5 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
OLDNEW
(Empty)
1 <table class="intro">
2 {{#api.intro_list}}
3 <tr>
4 <td>
5 <strong>{{title}}:</strong>
6 </td>
7 <td>
8 {{#content}}
9 {{?link}}<a href="{{link}}">{{/link}}
10 {{?class}}<span class="{{class}}">{{/class}}
11 {{?text}}{{{text}}}{{/text}}
12 {{?partial}}{{+partial content:content}}{{/partial}}
13 {{?class}}</span>{{/class}}
14 {{?link}}</a>{{/link}}
15 <br>
16 {{/content}}
17 </td>
18 </tr>
19 {{/api.intro_list}}
20 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698