Sha256: e5558691d3211e398823ae303b7b53de814c6f2814bdd0c840053ebd121b24e5

Contents?: true

Size: 431 Bytes

Versions: 23

Compression:

Stored size: 431 Bytes

Contents

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

  .card
    .card-body
      %p Welcome #{current_user}!

      %p You are about to purchase a Professional Ring.

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

        = f.hidden_field :owner_type
        = f.hidden_field :owner_id

        = f.save 'Save and Continue'

Version data entries

23 entries across 23 versions & 1 rubygems

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