Files
baclight/app/views/employer_setup/_plan_benefits_desc_fields.html.erb
T

3 lines
186 B
Plaintext
Raw Normal View History

<div class="pl-1 w-full">
<%= plan_benefits_fields.text_field :benefit_desc, label: { text: "Benefit Description #{plan_benefits_fields.object.sequence}" }, class: "w-full" %>
</div>