File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 88 {{ if not (in .Filename "/_vendor/") }}
99< p class ="flex items-center gap-1 ">
1010 < span class ="icon-svg icon-sm ">
11- {{ partial "utils/svg.html" "theme/icons/edit.svg" }}
11+ {{ partial "utils/svg.html" "theme/icons/edit.svg" }}
1212 </ span >
1313 < a class ="link " rel ="noopener "
14- href ="{{ site.Params.repo }}/edit/main/content/{{ .Path }} "> {{- T "editPage" -}}
15- < span class ="icon-svg icon-sm ">
16- {{ partialCached "icon" "open_in_new" "open_in_new" }}
17- </ span > </ a >
14+ href ="{{ site.Params.repo }}/edit/main/content/{{ .Path }} "> {{- T "editPage" -}}</ a >
1815</ p >
1916 {{ end }}
2017 {{ end }}
2320 {{ partial "utils/svg.html" "theme/icons/issue.svg" }}
2421 </ span >
2522 < a class ="link " rel ="noopener "
26- href ="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage "> {{- T "requestChanges" -}}
27- < span class ="icon-svg icon-sm ">
28- {{ partialCached "icon" "open_in_new" "open_in_new" }}
29- </ span > </ a >
30- </ a >
23+ href ="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage "> {{- T "requestChanges" -}}</ a >
3124</ p >
3225{{ end }}
You can’t perform that action at this time.
0 commit comments