Sha256: ec9fda17c5dd3f14a23dbfe171a32410ae5f606104c96b3bef21d51c62c98ce7

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

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

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

      %p You are about to request a replacement 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

3 entries across 3 versions & 1 rubygems

Version Path
effective_products-0.1.2 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.1.1 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.1.0 app/views/effective/stamp_wizards/start.html.haml