diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index fd0fff703..7bcf1fc15 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -10,7 +10,7 @@
- <% if collection = @filter.single_collection || Current.user.collections.first %> + <% if collection = @filter.single_collection || Current.user.collections.ordered_by_recently_accessed.first %> <%= button_to collection_cards_path(collection), method: :post, class: "btn btn--link btn--circle-mobile" do %> <%= icon_tag "add" %> Add a card