69263766ec
Not in complete, not in the event timeline
20 lines
794 B
Plaintext
20 lines
794 B
Plaintext
<section id="doing-cards" class="cards cards--doing" style="view-transition-name: cards-container;" data-drag-and-drop-target="container" data-drop-target="doing">
|
|
<% if workflow = filter.single_workflow %>
|
|
<%= render "cards/index/workflow_filter", workflow: workflow, filter: filter %>
|
|
<% else %>
|
|
<h2 class="cards__heading">
|
|
Doing
|
|
</h2>
|
|
<% end %>
|
|
|
|
<% if page.used? %>
|
|
<%= render partial: "cards/display/preview", collection: page.records, as: :card, locals: { draggable: true }, cached: ->(card) { cacheable_preview_parts_for(card) } %>
|
|
|
|
<% unless page.last? %>
|
|
<%= cards_next_page_link "doing-cards", page: page, filter: filter %>
|
|
<% end %>
|
|
<% else %>
|
|
<p class="txt-medium translucent">Nothing here</p>
|
|
<% end %>
|
|
</section>
|