From 84c5a4ac15ce1a4226122daf635d2acd69e9a507 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 13 Nov 2025 15:16:07 -0600 Subject: [PATCH] Add the card tools thing to the mobile view --- app/views/boards/show/_mobile_columns.html.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/boards/show/_mobile_columns.html.erb b/app/views/boards/show/_mobile_columns.html.erb index fd0b29b58..0848b2cea 100644 --- a/app/views/boards/show/_mobile_columns.html.erb +++ b/app/views/boards/show/_mobile_columns.html.erb @@ -1,4 +1,8 @@
+
+ <%= render "columns/show/add_card_button", board: board %> +
+ <%= link_to board_columns_not_now_path(board), class: "cards cards--on-deck is-collapsed", style: "--card-color: var(--color-card-complete);", data: { turbo_frame: "_top" } do %>
<%= board.cards.postponed.count %>