From bcb8dc65dac5c0e6c167642b46da52419044261f Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 03 Sep 2025 13:08:10 +0000 Subject: [PATCH] appview/pages: fix settings background style This is now consistent with other pages. Signed-off-by: Anirudh Oppiliappan --- appview/pages/templates/layouts/repobase.html | 2 +- appview/pages/templates/user/settings/emails.html | 4 ++-- appview/pages/templates/user/settings/keys.html | 4 ++-- appview/pages/templates/user/settings/profile.html | 4 ++-- 4 file(s) changed, 7 insertion(s)(+), 7 deletion(s)(-) diff --git a/appview/pages/templates/layouts/repobase.html b/appview/pages/templates/layouts/repobase.html --- a/appview/pages/templates/layouts/repobase.html +++ b/appview/pages/templates/layouts/repobase.html @@ -81,7 +81,7 @@ {{ end }}
{{ block "repoContent" . }}{{ end }}
diff --git a/appview/pages/templates/user/settings/emails.html b/appview/pages/templates/user/settings/emails.html --- a/appview/pages/templates/user/settings/emails.html +++ b/appview/pages/templates/user/settings/emails.html @@ -4,8 +4,8 @@ {{ define "content" }}

Settings

-
-
+
+
{{ template "user/settings/fragments/sidebar" . }}
diff --git a/appview/pages/templates/user/settings/keys.html b/appview/pages/templates/user/settings/keys.html --- a/appview/pages/templates/user/settings/keys.html +++ b/appview/pages/templates/user/settings/keys.html @@ -4,8 +4,8 @@ {{ define "content" }}

Settings

-
-
+
+
{{ template "user/settings/fragments/sidebar" . }}
diff --git a/appview/pages/templates/user/settings/profile.html b/appview/pages/templates/user/settings/profile.html --- a/appview/pages/templates/user/settings/profile.html +++ b/appview/pages/templates/user/settings/profile.html @@ -4,8 +4,8 @@ {{ define "content" }}

Settings

-
-
+
+
{{ template "user/settings/fragments/sidebar" . }}
-- tangled.sh