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