Files
2026-03-20 10:46:53 -04:00

5 lines
249 B
Plaintext

<% (1..12).each do |n| %>
<div class="pl-1 pt-2 w-full">
<%= provider_fields.text_field "claim_to_#{n}".to_sym, label: { text: "Claim To Line #{n}" }, data: { general_form_target: "providerField"}, class: "w-full" %>
</div>
<% end %>