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

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: HostFileSystemCreator, Intro Table data structure changes 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}}
10 <a href="{{link}}">{{text}}</a>
11 {{:link}}
12 {{?perm}}
13 <code>"{{perm}}"{{?text}}: [{{text}}]{{/text}}</code>
14 {{:perm}}
15 {{?text}}
16 {{{text}}}
not at google - send to devlin 2013/07/09 23:11:55 so regarding your thing about not needing {{{ }}}
epeterson 2013/07/16 00:28:23 The "perm" special case is gone. I think the {{{
17 {{/text}}
18 {{/perm}}
19 {{/link}}
20 <br>
21 {{/content}}
22 </td>
23 </tr>
24 {{/api.intro_list}}
25 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698