Format
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user