Sha256: fa50488c745e4ca72348d5710da8c836836493e0b842a4db6b764c29e670d184

Contents?: true

Size: 433 Bytes

Versions: 4

Compression:

Stored size: 433 Bytes

Contents

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

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

      %p You are about to purchase a Professional Stamp.

      = 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

4 entries across 4 versions & 1 rubygems

Version Path
effective_products-0.0.9 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.0.8 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.0.7 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.0.6 app/views/effective/stamp_wizards/start.html.haml