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

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

Issue 92143003: Docserver: Reorganise the site templates into a single site.html file which (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/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 918d9ff7320dd8ada82779f6d63f19d9037c6148..c994b0d4f1f3bf9e1afd9f25e348ab7620fbe366 100644
--- a/chrome/common/extensions/docs/templates/private/api_property.html
+++ b/chrome/common/extensions/docs/templates/private/api_property.html
@@ -2,7 +2,7 @@
<div>
<h3 id="{{id}}">{{name}}</h3>
<div class="summary">
- <div class="line">{{+partials.api_namespace api:api/}}{{name}}</div>
+ <div class="line">{{api.namespace}}.{{name}}</div>
</div>
<div>
<dt><span class="property">{{name}}</span> {{+partials.type_name link:link type:property/}}</dt>

Powered by Google App Engine
This is Rietveld 408576698