Update board delete confirmation message

This commit is contained in:
Dakota Chambers
2025-12-02 15:25:50 -06:00
committed by GitHub
parent 72f87f2d8f
commit e606a142f1
+1 -1
View File
@@ -1,5 +1,5 @@
<%= form_with model: board, class: "txt-align-center margin-block-start-auto", method: :delete do |form| %>
<%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this board?" } do %>
<%= form.button class: "btn txt-negative borderless txt-small", data: { turbo_confirm: "Are you sure you want to permanently delete this board and all associated cards?" } do %>
<%= icon_tag "trash" %>
<span>Delete this board</span>
<% end %>