From 0b5142d8341a67ec4235ea46f64717f0bc8e130a Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 3 Nov 2025 09:27:54 +0000 Subject: [PATCH] appview/pages: move rss button into profile actions list Change-Id: uqumuwzuwmmqlsruzukoyqolvmnyswnl Signed-off-by: oppiliappan --- .../templates/user/fragments/profileCard.html | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/appview/pages/templates/user/fragments/profileCard.html b/appview/pages/templates/user/fragments/profileCard.html index a60cc815..dd58a3a5 100644 --- a/appview/pages/templates/user/fragments/profileCard.html +++ b/appview/pages/templates/user/fragments/profileCard.html @@ -17,7 +17,6 @@

{{ .Pronouns }}

{{ end }} {{ end }} - {{ i "rss" "size-4" }}
@@ -72,11 +71,13 @@ {{ end }}
{{ end }} - {{ if ne .FollowStatus.String "IsSelf" }} - {{ template "user/fragments/follow" . }} - {{ else }} + +
+ {{ if ne .FollowStatus.String "IsSelf" }} + {{ template "user/fragments/follow" . }} + {{ else }} - {{ end }} + {{ end }} + + + {{ i "rss" "size-4" }} + +
+
-- 2.43.0