From f82f44e300c591b16123b176fd34fbe1adb29a3e Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 30 Oct 2025 10:05:02 -0500 Subject: [PATCH] We don't want this on the new card form --- app/views/cards/_container.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/cards/_container.html.erb b/app/views/cards/_container.html.erb index add4b0049..a8dd4dd76 100644 --- a/app/views/cards/_container.html.erb +++ b/app/views/cards/_container.html.erb @@ -20,7 +20,10 @@ <%= render "cards/container/title", card: card %> <%= render "cards/display/perma/steps", card: card %> - <%= render "cards/triage/columns", card: card %> + + <% if card.published? %> + <%= render "cards/triage/columns", card: card %> + <% end %>