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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{- Parameters: 1 {{#item}}
2 |item|: the schema for the item 2 {{?deprecated}}
3 -}}
4 {{?item.deprecated}}
5 <p class="warning"> 3 <p class="warning">
6 {{item.name}} is deprecated. {{{item.deprecated}}} 4 {{name}} is deprecated. {{{deprecated}}}
7 </p> 5 </p>
8 {{/item.deprecated}} 6 {{/deprecated}}
7 {{/item}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698