Sha256: 227060b0a60b988939b0ed120d69ba39ef30f600c10c08f9532c51f25964aa8a

Contents?: true

Size: 579 Bytes

Versions: 22

Compression:

Stored size: 579 Bytes

Contents

= render 'layout' do
  = render 'effective/ring_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 :rings, (f.object.ring || f.object.build_ring) do |fr|
          = fr.hidden_field :ring_wizard_id
          = fr.hidden_field :ring_wizard_type

          = fr.hidden_field :owner_id
          = fr.hidden_field :owner_type

          = render('effective/ring_wizards/ring_fields', f: fr)

        = f.save 'Save and Continue'

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
effective_products-0.3.9 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.8 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.7 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.6 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.5 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.4 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.3 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.2 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.1 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.3.0 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.2.1 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.2.0 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.1.2 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.1.1 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.1.0 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.0.9 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.0.8 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.0.7 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.0.6 app/views/effective/ring_wizards/ring.html.haml
effective_products-0.0.5 app/views/effective/ring_wizards/ring.html.haml