From 19f6dcea0478927d731f2f920719ebd1148af9c1 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Tue, 17 Jun 2025 09:42:13 -0400 Subject: [PATCH] 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 --- layouts/partials/github-links.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/layouts/partials/github-links.html b/layouts/partials/github-links.html index 8ed3de9d08..8e4694ca37 100644 --- a/layouts/partials/github-links.html +++ b/layouts/partials/github-links.html @@ -8,13 +8,10 @@ {{ if not (in .Filename "/_vendor/") }}

- {{ partial "utils/svg.html" "theme/icons/edit.svg" }} + {{ partial "utils/svg.html" "theme/icons/edit.svg" }} {{- T "editPage" -}} - - {{ partialCached "icon" "open_in_new" "open_in_new" }} - + href="{{ site.Params.repo }}/edit/main/content/{{ .Path }}">{{- T "editPage" -}}

{{ end }} {{ end }} @@ -23,10 +20,6 @@ {{ partial "utils/svg.html" "theme/icons/issue.svg" }} {{- T "requestChanges" -}} - - {{ partialCached "icon" "open_in_new" "open_in_new" }} - - + href="{{ site.Params.repo }}/issues/new?template=doc_issue.yml&location={{ .Permalink }}&labels=status%2Ftriage">{{- T "requestChanges" -}}

{{ end }}