Sha256: a871f6d85a9b3031036fefc033702dfbc1b66625006c9e314ed27bfd10fedaa0

Contents?: true

Size: 419 Bytes

Versions: 36

Compression:

Stored size: 419 Bytes

Contents

%div{:class => nested_form.field_style == :normal && "" || "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
  - if nested_form.expandable? && nested_form.allow_destroy? 
    = link_to_remove_fields I18n.t("lolita.shared.delete").downcase, current_form

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
lolita-4.0.11 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.2.0 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.10 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.9 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.8 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.7 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.6 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.5 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.4 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.3 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.2 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.1 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-4.0.0 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.4.3 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.4.2 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.4.1 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.4.0 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.3.9 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.3.8 app/views/components/lolita/configuration/nested_form/_fields.html.haml
lolita-3.3.7 app/views/components/lolita/configuration/nested_form/_fields.html.haml