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 61339a8 commit cc52555Copy full SHA for cc52555
app/templates/components/class-field-description.hbs
@@ -27,7 +27,7 @@
27
</a>
28
{{else}}
29
Defined in
30
- <a href="{{github-link model.project.id model.projectVersion.version model.file field.line}}" target="_blank" rel="noopener">
+ <a href="{{github-link model.project.id model.projectVersion.version field.file field.line}}" target="_blank" rel="noopener">
31
{{field.file}}:{{field.line}}
32
33
{{/if}}
0 commit comments