File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/griffe_pydantic/templates/material/_base Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
<ul >
31
31
{% for name , field in fields .items () %}
32
32
<li >
33
- <code ><span data-autorefs- optional- hover =" {{ field.path }}" >{{ name }}</span ></code >
33
+ <code ><autoref optional hover identifier =" {{ field.path }}" >{{ name }}</autoref ></code >
34
34
{% with expression = field .annotation %}
35
35
(<code >{% include "expression.html.jinja" with context %} </code >)
36
36
{% endwith %}
48
48
<ul >
49
49
{% for name , validator in validators .items () %}
50
50
<li >
51
- <code ><span data-autorefs- optional- hover =" {{ validator.path }}" >{{ name }}</span ></code > &rarr ;
51
+ <code ><autoref optional hover identifier =" {{ validator.path }}" >{{ name }}</autoref ></code > &rarr ;
52
52
{% for target in validator .extra .griffe_pydantic .targets %}
53
- <code ><span data-autorefs- optional- hover =" {{ target.path }}" >{{ target.name }}</span ></code >
53
+ <code ><autoref optional hover identifier =" {{ target.path }}" >{{ target.name }}</autoref ></code >
54
54
{% - if not loop .last %} , {% endif %}
55
55
{% endfor %}
56
56
</li >
You can’t perform that action at this time.
0 commit comments