From e80db9b572cbf7c5e7085f96feb442ebcaeff19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=A9=E7=81=B5?= Date: Thu, 27 Nov 2025 20:44:42 +0800 Subject: [PATCH] Fix RSS link for commit file page --- templates/repo/view_file.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/view_file.tmpl b/templates/repo/view_file.tmpl index 8fce1b6f2c8fc..a26c9cc271758 100644 --- a/templates/repo/view_file.tmpl +++ b/templates/repo/view_file.tmpl @@ -63,7 +63,7 @@ data-tooltip-content="{{if .CanCopyContent}}{{ctx.Locale.Tr "copy_content"}}{{else}}{{ctx.Locale.Tr "copy_type_unsupported"}}{{end}}" >{{svg "octicon-copy"}} {{if .EnableFeed}} - + {{svg "octicon-rss"}} {{end}}