Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html |
| diff --git a/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html b/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html |
| index 413911f9d49353e88e9a4a44af7a13de99e01acb..3b02c0550469fdc9981b66c6871881ddb41b7de6 100644 |
| --- a/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html |
| +++ b/chrome/common/extensions/docs/templates/private/intro_tables/beta_message.html |
| @@ -1,2 +1,6 @@ |
| <a href="https://www.google.com/landing/chrome/beta/">Beta</a> and |
| -<a href="http://www.chromium.org/getting-involved/dev-channel">dev</a> channels only. |
| +<a href="http://www.chromium.org/getting-involved/dev-channel">dev</a> channels |
| +{{^content.scheduled}}only.{{/content.scheduled}} |
| +{{?content.scheduled}} |
| +(scheduled for Chrome {{content.scheduled}}). |
| +{{/content.scheduled}} |
|
not at google - send to devlin
2014/04/30 21:38:23
nice. slightly more idiomatic:
{{?content.schedul
|