From 029c151a4e3772fef50ce72a97e42e78d7e669c8 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 4 Dec 2025 15:43:19 -0600 Subject: [PATCH] Add missing data-attr on public board --- app/views/public/boards/show/_columns.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/public/boards/show/_columns.html.erb b/app/views/public/boards/show/_columns.html.erb index ad0656d2f..59f2b5e39 100644 --- a/app/views/public/boards/show/_columns.html.erb +++ b/app/views/public/boards/show/_columns.html.erb @@ -1,5 +1,10 @@ <%= turbo_frame_tag :cards_container do %> -
+
<%= render "public/boards/show/not_now", board: board %>