7f6351ea41
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
14 lines
661 B
Plaintext
14 lines
661 B
Plaintext
<div class="board-tools card">
|
|
<%= button_to board_cards_path(board), method: :post, class: "btn btn--link",
|
|
form: { data: { turbo_frame: "_top" } },
|
|
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", class: "show-on-touch" %>
|
|
<span>Add a card</span>
|
|
<kbd class="hide-on-touch">C</kbd>
|
|
<% end %>
|
|
|
|
<footer>
|
|
<%= access_involvement_advance_button(board, Current.user, show_watchers: true) %>
|
|
</footer>
|
|
</div>
|