<%= 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 %> <%= icon_tag "trash" %> Delete this board <% end %> <% end %>