Files
fizzy/app/views/boards/show/_not_now.html.erb
T
2025-11-05 13:41:12 +01:00

15 lines
713 B
Plaintext

<section id="not-now" class="cards cards--on-deck is-collapsed" style="--card-color: var(--color-card-complete);"
data-collapsible-columns-target="column"
data-drag-and-drop-target="container"
data-drag-and-strum-target="container"
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle"
data-drag-and-drop-url="<%= columns_card_drops_not_now_path("__id__") %>"
>
<%= render "boards/show/expander", title: "Not Now", count: board.cards.postponed.count, column_id: "not-now" do %>
<%= render "boards/show/menu/expand", column_path: board_columns_not_now_path(board) %>
<% end %>
<%= column_frame_tag :not_now_column, src: board_columns_not_now_path(board) %>
</section>