From 04df81bc75ad202d74e1b06380ff627288c65bfb Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 17 Jul 2025 17:49:07 -0500 Subject: [PATCH] Move to settings screen --- app/views/notifications/settings/show.html.erb | 12 +++++++++++- app/views/users/show.html.erb | 7 ------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/app/views/notifications/settings/show.html.erb b/app/views/notifications/settings/show.html.erb index 89ee03f45..36288fa89 100644 --- a/app/views/notifications/settings/show.html.erb +++ b/app/views/notifications/settings/show.html.erb @@ -12,6 +12,16 @@ <% end %> -
+
+
+ + + +
+ +

Collections

<%= render partial: "notifications/settings/collection", collection: @collections, locals: { user: Current.user } %>
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 9ed623baf..5e60d6f9d 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -8,13 +8,6 @@
<% if Current.user == @user %> - - - - <%= link_to edit_user_path(@user), class: "btn flex-item-justify-end" do %> <%= icon_tag "pencil" %> Edit