This commit is contained in:
Jorge Manrubia
2025-09-28 11:32:06 +02:00
parent 5a90de8bcb
commit b9b013d7e6
@@ -16,9 +16,9 @@
</li>
<li class="popup__item">
<%= button_to "Delete column", collection_column_path(column.collection, column),
method: :delete,
class: "popup__btn btn",
form: { data: { turbo_confirm: "Are you sure you want to delete this column? This will move the cards back to the stream." } } %>
method: :delete,
class: "popup__btn btn",
form: { data: { turbo_confirm: "Are you sure you want to delete this column? This will move the cards back to the stream." } } %>
</li>
</ul>
</dialog>