From 3f7b33889bc487fa7e8a310f005ba70b0e332203 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Thu, 26 Feb 2026 12:14:13 +0100 Subject: [PATCH] Update app/views/events/index/_add_card_button.html.erb Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- app/views/events/index/_add_card_button.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/index/_add_card_button.html.erb b/app/views/events/index/_add_card_button.html.erb index 1ca879755..31caef555 100644 --- a/app/views/events/index/_add_card_button.html.erb +++ b/app/views/events/index/_add_card_button.html.erb @@ -1,7 +1,7 @@
<% if board = user_filtering.single_board_or_first %> <%= button_to board_cards_path(board), method: :post, class: "btn btn--link btn--circle-mobile", - data: { controller: "hotkey", action: "keydown.c@document->hotkey#click", bridge__buttons_target: "button", bridge_title: "Add card", bridge_display_as_primary_action: "true", bridge_display_title: true, bridge_icon_url: bridge_icon("add") } do %> + data: { controller: "hotkey", action: "keydown.c@document->hotkey#click", bridge__buttons_target: "button", bridge_title: "Add card", bridge_display_as_primary_action: true, bridge_display_title: true, bridge_icon_url: bridge_icon("add") } do %> <%= icon_tag "add" %> Add a card C