Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/intro_table.html |
| diff --git a/chrome/common/extensions/docs/templates/private/intro_table.html b/chrome/common/extensions/docs/templates/private/intro_table.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ec141dd24e633050c2b7bcb57d0dba7deaa4a96d |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/private/intro_table.html |
| @@ -0,0 +1,25 @@ |
| +<table class="intro"> |
| + {{#api.intro_list}} |
| + <tr> |
| + <td> |
| + <strong>{{title}}:</strong> |
| + </td> |
| + <td> |
| + {{#content}} |
| + {{?link}} |
| + <a href="{{link}}">{{text}}</a> |
| + {{:link}} |
| + {{?perm}} |
| + <code>"{{perm}}"{{?text}}: [{{text}}]{{/text}}</code> |
| + {{:perm}} |
| + {{?text}} |
| + {{{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 {{{
|
| + {{/text}} |
| + {{/perm}} |
| + {{/link}} |
| + <br> |
| + {{/content}} |
| + </td> |
| + </tr> |
| + {{/api.intro_list}} |
| +</table> |