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