Sha256: 86bace2a25ee903e265beab275071d4186a53f5e76cef96dc5b30daa682eeccd

Contents?: true

Size: 719 Bytes

Versions: 31

Compression:

Stored size: 719 Bytes

Contents

= render 'layout' do
  = render 'effective/classified_wizards/content', resource: resource

  .card
    .card-body
      = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
        = f.hidden_field :id

        = f.fields_for :classifieds, (f.object.classified || f.object.build_classified) do |fc|
          = fc.hidden_field :id

          = fc.hidden_field :owner_id, value: f.object.owner_id
          = fc.hidden_field :owner_type, value: f.object.owner_type

          = render('effective/classifieds/fields', f: fc, classified: fc.object)

        = render('effective/classified_wizards/additional_fields', f: f, classified_wizard: f.object)

        = f.save 'Save and Continue'

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
effective_classifieds-0.9.0 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.8.4 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.8.3 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.8.2 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.8.1 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.8.0 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.7.0 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.7 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.6 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.5 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.4 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.3 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.2 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.1 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.6.0 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.5.1 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.5.0 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.4.13 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.4.12 app/views/effective/classified_wizards/classified.html.haml
effective_classifieds-0.4.11 app/views/effective/classified_wizards/classified.html.haml