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

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

Issue 149673004: Rework API reference pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bumped versions Created 6 years, 10 months 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 | « chrome/common/extensions/docs/templates/private/type_name.html ('k') | 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/variable_type.html
diff --git a/chrome/common/extensions/docs/templates/private/variable_type.html b/chrome/common/extensions/docs/templates/private/variable_type.html
index f9bc521f254adad569cc761e5e6e8f134832e5f0..0b9f232de94771815982d0099b8cbb4f2922aef4 100644
--- a/chrome/common/extensions/docs/templates/private/variable_type.html
+++ b/chrome/common/extensions/docs/templates/private/variable_type.html
@@ -1,5 +1,11 @@
{{#type}}
-{{?link +partials.ref_link link:link/}}
+{{?link}}
+ {{?disableLink}}
+ {{link.text}}
+ {{:disableLink}}
+ {{+partials.ref_link link:link/}}
+ {{/disableLink}}
+{{/link}}
{{?choices}}
{{#c:choices}}
{{+partials.variable_type type:c/}}{{^c.last}} or {{/}}
« no previous file with comments | « chrome/common/extensions/docs/templates/private/type_name.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698