From 67040ad492574d01f92e07effd841e4207bcc76f Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 25 Apr 2025 13:16:26 -0500 Subject: [PATCH] Add a navigation hint, make "All collections" link navigate like the others --- app/views/cards/index/_collections_filter.html.erb | 2 +- .../events/filter/_all_collections_option.html.erb | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/views/cards/index/_collections_filter.html.erb b/app/views/cards/index/_collections_filter.html.erb index 5279d6807..c61ef98d0 100644 --- a/app/views/cards/index/_collections_filter.html.erb +++ b/app/views/cards/index/_collections_filter.html.erb @@ -16,7 +16,7 @@ <%= tag.div class: "btn popup__item min-width flex-item-grow" do %> All collections <% end %> - + GO TO <% end %> <% Current.user.collections.order(:name).each do |collection| %> diff --git a/app/views/events/filter/_all_collections_option.html.erb b/app/views/events/filter/_all_collections_option.html.erb index 0e4b567dd..71f94c20e 100644 --- a/app/views/events/filter/_all_collections_option.html.erb +++ b/app/views/events/filter/_all_collections_option.html.erb @@ -1,6 +1,8 @@ -<%= link_to events_path(clear_filter: true), class: "popup__group flex align-center", style: "--hover-size: 0" do %> + \ No newline at end of file