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

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

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month 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/warning_deprecated.html
diff --git a/chrome/common/extensions/docs/templates/private/warning_deprecated.html b/chrome/common/extensions/docs/templates/private/warning_deprecated.html
index 47b0bd7d7ed3830c5e8bc1f4203aae029a1e607d..7df12ac10cb1a2dddebe315d3919a908f252e028 100644
--- a/chrome/common/extensions/docs/templates/private/warning_deprecated.html
+++ b/chrome/common/extensions/docs/templates/private/warning_deprecated.html
@@ -1,8 +1,7 @@
-{{- Parameters:
- |item|: the schema for the item
--}}
-{{?item.deprecated}}
+{{#item}}
+{{?deprecated}}
<p class="warning">
- {{item.name}} is deprecated. {{{item.deprecated}}}
+ {{name}} is deprecated. {{{deprecated}}}
</p>
-{{/item.deprecated}}
+{{/deprecated}}
+{{/item}}

Powered by Google App Engine
This is Rietveld 408576698