Match the column name in workflows

This commit is contained in:
Andy Smith
2025-10-10 14:56:25 -05:00
parent e79a546d87
commit 81ce61aa9e
+1 -1
View File
@@ -17,7 +17,7 @@
<%= button_to_set_column card, column %>
<% end %>
<%= button_to "Closed", card_closure_path(card, reason: "Completed"),
<%= button_to "Done", card_closure_path(card, reason: "Completed"),
class: [ "workflow-stage btn", { "workflow-stage--current": card.closed? } ],
role: "radio",
aria: { checked: card.closed? },