Chromium Code Reviews| 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 {{/}} |