<% if @filter.collections.any? %>
<%= filter_selected_collections_label(@filter) %>
@@ -27,6 +27,12 @@
<% end %>
<% end %>
+ <% if collection = @filter.single_collection || Current.user.collections.first %>
+ <%= button_to collection_cards_path(collection), method: :post, class: "btn btn--link txt-x-small margin-block-end", form_class: "center" do %>
+ <%= icon_tag "add" %>
+
Add a card
+ <% end %>
+ <% end %>
<%= render "events/day", day_timeline: @day_timeline %>