Form Name | Notes | Date Completed |
---|---|---|
<%= item.form.name %> | <%= text_area_tag "onboarding_items[#{index}][note]", item.note, id: "onboarding_items_#{index}_note", class: "form-control", rows: 1 %> | <%= date_field_tag "onboarding_items[#{index}][date_completed]", item.date_completed, id: "onboarding_items_#{index}_date_completed", class: "form-control" %> | <%= hidden_field_tag "onboarding_items[#{index}][id]", item.id %>