Sha256: 83775ba45074a05609141e917862ed705dca9911a7c691f5784ce9617a8bc185

Contents?: true

Size: 772 Bytes

Versions: 20

Compression:

Stored size: 772 Bytes

Contents

%div{:class => "nested_form #{nested_form.field_style}", :id => "nested_form_#{nested_form.__id__}"}
  - unless nested_form.field_style == :normal
    = render_component *nested_form.as_field.build(:name=>"/lolita/configuration/field", :state => :"label")
  .nested-form-fields-container
    - old_form = self.current_form
    = current_form.fields_for nested_form.name, current_form.object.send(nested_form.build_method) do |form|
      - self.current_form = form
      = render_component nested_form, :fields 
    - self.current_form = old_form
  - if nested_form.expandable? && !nested_form.update_only?
    %p
      =link_to_add_fields ::I18n.t("lolita.nested_form.add", :resource_name => nested_form.klass.lolita_model_name.human.downcase), current_form, nested_form 

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
lolita-4.0.2 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-4.0.1 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-4.0.0 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.4.3 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.4.2 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.4.1 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.4.0 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.9 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.8 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.7 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.6 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.5 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.4 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.3 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.2 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.1 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.3.0 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.2.1 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.2.0.rc.17 app/views/components/lolita/configuration/nested_form/_display.html.haml
lolita-3.2.0.rc.16 app/views/components/lolita/configuration/nested_form/_display.html.haml