From 17d869cf081b051b574784ae73b29ba4234a3968 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Fri, 20 Feb 2026 11:09:15 -0600 Subject: [PATCH] Cleanup unused classes --- app/views/account/settings/_users.html.erb | 2 +- app/views/notifications/settings/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/account/settings/_users.html.erb b/app/views/account/settings/_users.html.erb index c28ab9d18..137532d75 100644 --- a/app/views/account/settings/_users.html.erb +++ b/app/views/account/settings/_users.html.erb @@ -1,4 +1,4 @@ -
+

People on this account

diff --git a/app/views/notifications/settings/show.html.erb b/app/views/notifications/settings/show.html.erb index 25822e743..3e6b8b84d 100644 --- a/app/views/notifications/settings/show.html.erb +++ b/app/views/notifications/settings/show.html.erb @@ -6,7 +6,7 @@
-
+

Boards

<%= render partial: "notifications/settings/board", collection: @boards, locals: { user: Current.user } %>