Index: chrome/common/extensions/docs/templates/private/samples.html |
diff --git a/chrome/common/extensions/docs/templates/private/samples.html b/chrome/common/extensions/docs/templates/private/samples.html |
index e04663d112b6fc674f3aa687277c2b2230ec4d09..292bcab64393b8e94d51c48f009781681783bd13 100644 |
--- a/chrome/common/extensions/docs/templates/private/samples.html |
+++ b/chrome/common/extensions/docs/templates/private/samples.html |
@@ -26,7 +26,9 @@ |
<td class="label">Filter by API:</td> |
<td> |
<div id="api_filter_items"> |
- {{#filter_list}}{{+partials.filter_item}}{{/}} |
+ {{?filter_list.stable}}Stable APIs:{{#filter_list.stable}}{{+partials.filter_item}}{{/}}{{/}}<br> |
+ {{?filter_list.beta}}Beta APIs:{{#filter_list.beta}}{{+partials.filter_item}}{{/}}{{/}}<br> |
+ {{?filter_list.dev}}Dev APIs:{{#filter_list.dev}}{{+partials.filter_item}}{{/}}{{/}} |
not at google - send to devlin
2013/11/02 00:31:48
I think it's ok having these unfiltered? Just lump
hukun
2013/11/04 11:07:26
Done. Revert to old version.
|
</div> |
</td> |
</tr> |