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..610d4211760213dfdcc9073ee7e18d840ac170de |
--- /dev/null |
+++ b/chrome/common/extensions/docs/templates/private/intro_table.html |
@@ -0,0 +1,30 @@ |
+<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_generated}} |
+ Google Chrome {{api.availability}} |
+ {{:}} |
+ {{api.availability}} |
+ {{/}} |
+ </td> |
+ </tr> |
+ {{/}} |
+</table> |