Skip to content

Commit 19f6dce

Browse files
fix: links (#22855)
## Description - Removes open in new icons ## Related issues or tickets https://docker.slack.com/archives/C039ZM6GH4Z/p1749575746706119 ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 983d541 commit 19f6dce

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

layouts/partials/github-links.html

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@
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 }}
@@ -23,10 +20,6 @@
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 }}

0 commit comments

Comments
 (0)