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

Unified Diff: chrome/common/extensions/docs/templates/articles/declare_permissions.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/articles/declare_permissions.html
diff --git a/chrome/common/extensions/docs/templates/articles/declare_permissions.html b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
index a63cd52fdcfa599fad6dfcfd276c3b0ad6a5a8f3..a32a64fda631f797716ac1fc9c40a255681d2cd3 100644
--- a/chrome/common/extensions/docs/templates/articles/declare_permissions.html
+++ b/chrome/common/extensions/docs/templates/articles/declare_permissions.html
@@ -58,13 +58,13 @@ The following table lists the currently available permissions:
<th>Permission</th>
<th>Description</th>
</tr>
- {{#permissions}}
- <tr id="{{anchor}}">
+ {{#p:permissions}}
+ <tr id="{{p.anchor}}">
<td>
- <code>"{{name}}"</code>
+ <code>"{{p.name}}"</code>
</td>
<td>
- {{+description platform:platform name:name}}
+ {{+p.description platform:platform name:p.name/}}
</td>
</tr>
{{/permissions}}

Powered by Google App Engine
This is Rietveld 408576698