We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7772fb3 commit 1f8a846Copy full SHA for 1f8a846
app/templates/components/class-field-description.hbs
@@ -19,6 +19,14 @@
19
<span class="access">deprecated</span>
20
{{/if}}
21
</h3>
22
+ {{#if model.module}}
23
+ <div class="attributes">
24
+ <div class="attribute">
25
+ <span class="attribute-label">Module:</span>
26
+ <span class="attribute-value">{{#link-to 'project-version.modules.module' model.projectVersion.compactVersion model.module}}{{model.module}}{{/link-to}}</span>
27
+ </div>
28
29
+ {{/if}}
30
<p class="github-link" data-test-file={{field.file}}>
31
{{#if field.inherited}}
32
Inherited from
0 commit comments