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..3b107364ccdf0be2a8939423562778f63d88e663 |
| --- /dev/null |
| +++ b/chrome/common/extensions/docs/templates/private/intro_table.html |
| @@ -0,0 +1,26 @@ |
| +<table class="intro"> |
| + <tr> |
| + <th scope="col"></th> |
| + <th scope="col"></th> |
| + </tr> |
| + {{?api.description}} |
| + <tr> |
| + <td> |
| + <strong>Description:</strong> |
| + </td> |
| + <td> |
| + {{{api.description}}} |
| + </td> |
| + </tr> |
| + {{/}} |
| + {{?api.availability}} |
| + <tr> |
| + <td> |
| + <strong>Availability:</strong> |
| + </td> |
| + <td> |
| + {{api.availability}} |
| + </td> |
| + </tr> |
| + {{/}} |
| +</table> |