diff --git a/app/views/public/boards/show/_closed.html.erb b/app/views/public/boards/show/_closed.html.erb
index 717f81324..e83f2eae0 100644
--- a/app/views/public/boards/show/_closed.html.erb
+++ b/app/views/public/boards/show/_closed.html.erb
@@ -3,7 +3,11 @@
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle"
>
- <%= render "boards/show/expander", title: "Done", count: board.cards.closed.count, column_id: "closed-cards" %>
+
+
- <%= column_frame_tag :closed_column, src: public_board_columns_closed_path(board.publication.key) %>
+ <%= column_frame_tag :closed_column, src: public_board_columns_closed_path(board.publication.key) %>
+
diff --git a/app/views/public/boards/show/_column.html.erb b/app/views/public/boards/show/_column.html.erb
index 99e59de0d..ae6b515fd 100644
--- a/app/views/public/boards/show/_column.html.erb
+++ b/app/views/public/boards/show/_column.html.erb
@@ -4,7 +4,11 @@
data-controller="clicker"
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle"
>
- <%= render "boards/show/expander", title: column.name, count: column.cards.active.count, column_id: dom_id(column) %>
+
+
- <%= column_frame_tag dom_id(column, :cards), src: public_board_column_path(column.board.publication.key, column) %>
+ <%= column_frame_tag dom_id(column, :cards), src: public_board_column_path(column.board.publication.key, column) %>
+
diff --git a/app/views/public/boards/show/_not_now.html.erb b/app/views/public/boards/show/_not_now.html.erb
index dad3ca0e4..f108596b2 100644
--- a/app/views/public/boards/show/_not_now.html.erb
+++ b/app/views/public/boards/show/_not_now.html.erb
@@ -3,7 +3,11 @@
data-action="turbo:before-morph-attribute->collapsible-columns#preventToggle"
>
- <%= render "boards/show/expander", title: "Not Now", count: board.cards.postponed.count, column_id: "not-now" %>
+
+
- <%= column_frame_tag :not_now_column, src: public_board_columns_not_now_path(board.publication.key) %>
+ <%= column_frame_tag :not_now_column, src: public_board_columns_not_now_path(board.publication.key) %>
+