Files
fizzy/app/views/collections/show/_closed.html.erb
T
2025-10-02 16:59:46 -05:00

15 lines
749 B
Plaintext

<section id="closed-cards" class="cards cards--on-deck is-collapsed" style="--card-color: var(--color-card-complete);"
data-drag-and-drop-target="container"
data-drag-and-strum-target="container"
data-collapsible-columns-target="column"
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle"
data-drag-and-drop-url="<%= columns_card_drops_closure_path("__id__") %>"
>
<%= render "collections/show/expander", title: "Done", count: collection.cards.closed.count, column_id: "closed-cards" do %>
<%= render "collections/show/menu/expand", column_path: collection_columns_closed_path(collection) %>
<% end %>
<%= column_frame_tag :closed_column, src: collection_columns_closed_path(collection) %>
</section>