Files
fizzy/app/views/collections/edit/_stalled.html.erb
T
2025-05-02 16:04:32 +02:00

7 lines
407 B
Plaintext

<strong class="txt-large">Stalled</strong>
<label for="closure" class="margin-block-end">Mark cards stalled when there is no activity for…</label>
<%= form_with model: collection, data: { controller: "form" } do |form| %>
<%= form.select :stalled_period, collection_stalled_options, {}, { class: "input input--select full-width margin-block-end", data: { action: "change->form#submit" } } %>
<% end %>