Files
baclight/app/views/id_card/setup/_provider_fields.html.erb
2026-03-20 10:46:53 -04:00

5 lines
254 B
Plaintext

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