+<% if Current.user.collections.one? %>
+ <%= link_to cards_path(filter.as_params.except(:collection_ids)), class: "popup__group flex align-center", style: "--hover-size: 0" do %>
+ <%= tag.div class: "btn popup__item min-width flex-item-grow" do %>
+ <%= Current.user.collections.first.name %>
+ GO TO ›
+ <% end %>
+ <% end %>
+<% elsif Current.user.collections.many? %>
+
<%= link_to events_path(clear_filter: true), style: "--hover-size: 0" do %>
<%= check_box_tag "filter_collections", nil, filter.collections.blank?, class: "form-checkbox" %>
<% end %>
- See everything in all collections
-
+ See everything in all collections
+
<%= icon_tag "check", size: 18, class: "checked" %>
- <%= link_to cards_path(filter.as_params.except(:collection_ids)), class: "btn popup__item min-width flex-item-grow" do %>
+ <%= link_to cards_path(filter.as_params.except(:collection_ids)), class: "btn popup__item min-width flex-item-grow" do %>
All collectionsGO TO ›
<% end %>
-
\ No newline at end of file
+
+<% end %>
\ No newline at end of file
diff --git a/app/views/events/filter/_new_collection_option.html.erb b/app/views/events/filter/_new_collection_option.html.erb
index 71914e7df..7ead8d946 100644
--- a/app/views/events/filter/_new_collection_option.html.erb
+++ b/app/views/events/filter/_new_collection_option.html.erb
@@ -2,6 +2,6 @@
<%= link_to new_collection_path, class: "btn popup__new popup__item", style: "view-transition-name: new-collection" do %>
<%= icon_tag "add" %>
Add a new collection
-
<% end %>
+