File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<section class =' {{ @type }} ' >
2
2
{{!-- TODO: Fix this link for a11y --}}
3
3
<h3 class =' class-field-description--link' data-anchor =' {{ @field.name }} ' role =' link' {{ on ' click' (fn this.updateAnchor @field.name )}} >
4
- <a class =' anchor' {{!-- template-lint-disable link-href-attributes --}} >
5
- {{ svg-jar ' fa-link' class =' class-field-description--link-hover' width =' 20px' height =' 20px' }}
6
- </a >
7
4
<span class =' {{ @type }} -name' >{{ @field.name }} </span >
8
5
{{ #if @field.params }}
9
6
<span class =' args' >
19
16
{{ #if @field.deprecated }}
20
17
<span class =' access' >deprecated</span >
21
18
{{ /if }}
19
+ <a class =' anchor' {{!-- template-lint-disable link-href-attributes --}} >
20
+ {{ svg-jar ' fa-link' class =' class-field-description--link-hover' width =' 20px' height =' 20px' }}
21
+ </a >
22
22
</h3 >
23
23
{{ #if @model.module }}
24
24
<div class =' attributes' >
You can’t perform that action at this time.
0 commit comments