Sha256: 415390b57fb2369e08f6a3adc598c861be52a803abe3c8424a7ee0b7800bc5d8
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
<div class = "fields" > <% nested_form.fields.each do |field| %> <% if nested_form.field_style == :normal %> <%= render_component "lolita/configuration/field", :display, :field => field %> <% else %> <%= render_component field %> <% end %> <% end %> <% if nested_form.expandable? %> <%= link_to_remove_fields I18n.t("lolita.shared.delete").downcase, tab_form %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lolita-3.1.15 | app/views/components/lolita/configuration/nested_form/_fields.html.erb |