<% @page_title = "Column: #{ @column.name }" %> <% content_for :header do %>
<%= link_back_to_board(@column.board) %>

<%= @page_title %>

<% end %>
<%= turbo_frame_tag @column, :cards do %> <% if @page.used? %> <%= with_automatic_pagination dom_id(@column, :cards), @page do %> <%= render "boards/columns/list", cards: @page.records, draggable: true %> <% end %> <% else %>

Drag cards here

Nothing here

<% end %> <% end %>