Fox checklist entry dispaly
Some checks failed
/ Run tests (push) Failing after 16s
/ Run system tests (push) Failing after 15s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-10-26 02:24:27 +02:00
parent f1e1e3766a
commit c52845e988
3 changed files with 4 additions and 4 deletions

View file

@ -2,6 +2,6 @@
<%= link_to "Abbrechen", checklist_entry.persisted? ? checklist_entry : checklist_entry.checklist, class: "btn btn-outline-secondary float-end", data: { turbo_frame: "checklist_entries" } %>
<%= form.submit class: "btn btn-secondary float-end me-2" %>
<%= form.hidden_field :checklist_id %>
<%= form.collection_select :check_id, Check.all.order(:name), :id, :name %>
<%= form.collection_select :check_id, Check.all.order(:name_de), :id, :name_de %>
<%# form.number_field :position %>
<% end %>