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