From 918accaafa6f933eb055bb796ba167f12c514e47 Mon Sep 17 00:00:00 2001 From: BeYonme <38558065+devioa@users.noreply.github.com> Date: Sun, 3 Sep 2023 19:06:59 +0800 Subject: [PATCH] Relocate the `RSS user feed` button (#26882) before: ![before](https://github.com/go-gitea/gitea/assets/38558065/e33e0809-91cd-451a-9c36-ab20b9296038) after: ![after](https://github.com/go-gitea/gitea/assets/38558065/9dbfb0ce-1d0e-4bc8-8502-6b4af0fba220) Co-authored-by: KN4CK3R --- templates/shared/user/profile_big_avatar.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index 1571f7c19d..44797ff4a7 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -14,11 +14,11 @@
{{if .ContextUser.FullName}}{{.ContextUser.FullName}}{{end}} {{.ContextUser.Name}} - {{if .EnableFeed}} - {{svg "octicon-rss" 18}} - {{end}}