Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: chrome/common/extensions/docs/templates/private/availability_messages.html

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Generic Templates Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/availability_messages.html
diff --git a/chrome/common/extensions/docs/templates/private/availability_messages.html b/chrome/common/extensions/docs/templates/private/availability_messages.html
new file mode 100644
index 0000000000000000000000000000000000000000..877c26e478b7ea9093d8e27e352a1c310d529634
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/private/availability_messages.html
@@ -0,0 +1,17 @@
+{{#message}}
+ {{?stable}}
+ Stable since version {{version}}.
not at google - send to devlin 2013/07/16 22:25:00 Stable since Chrome {{version}}. Also could you a
epeterson 2013/07/17 23:48:23 Done.
+ {{/stable}}
+ {{?beta}}
+ <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.
+ {{/beta}}
+ {{?dev}}
+ <a href="http://www.chromium.org/getting-involved/dev-channel">Dev</a> channel only.
+ {{/dev}}
+ {{?trunk}}
+ Only when <a href="http://www.chromium.org/developers/">built from source</a>.
+ {{/trunk}}
+ {{?experimental}}
+ Experimental only (see <a href="experimental.html#using">How to use experimental APIs</a>).
+ {{/experimental}}
+{{/message}}
epeterson 2013/07/16 00:28:23 All of the possible availability messages were put
not at google - send to devlin 2013/07/16 22:25:00 yeah so I'll comment in the data source. we'd need
epeterson 2013/07/17 23:48:23 Done.

Powered by Google App Engine
This is Rietveld 408576698