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

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

Issue 60703003: Docserver: Fix a bug where API properties were not showing their type. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/api_property.html
diff --git a/chrome/common/extensions/docs/templates/private/api_property.html b/chrome/common/extensions/docs/templates/private/api_property.html
index 095fce79da6d60d8f4acb5b701fa27d5528c6a0a..0acf0634128edbdc68d60e1b20e09bbbc6869323 100644
--- a/chrome/common/extensions/docs/templates/private/api_property.html
+++ b/chrome/common/extensions/docs/templates/private/api_property.html
@@ -4,7 +4,7 @@
<div class="line">{{+partials.api_namespace api:api}}{{name}}</div>
</div>
<div>
- <dt><span class="property">{{name}}</span> {{+partials.type_name link:link}}</dt>
+ <dt><span class="property">{{name}}</span> {{+partials.type_name link:link @:property}}</dt>
{{?description}}<dd>
{{{description}}}
</dd>{{/description}}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698