Match the column name in workflows
This commit is contained in:
@@ -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? },
|
||||
|
||||
Reference in New Issue
Block a user