Files
fizzy/app/views/collections/edit/_auto_close.html.erb
T
Jason Zimdars 64e366efd2 Do or die
2025-05-12 17:07:05 -05:00

7 lines
422 B
Plaintext

<strong class="txt-large">Do or Die</strong>
<label for="closure" class="margin-block-end">Cards automatically close when there is no activity for…</label>
<%= form_with model: collection, data: { controller: "form" } do |form| %>
<%= form.select :auto_close_period, collection_auto_close_options, {}, { class: "input input--select full-width margin-block-end", data: { action: "change->form#submit" } } %>
<% end %>