Sha256: d7d988a68cf5143348646f670758e8572f0a7afa78874abc49ebeed402fbb219

Contents?: true

Size: 449 Bytes

Versions: 13

Compression:

Stored size: 449 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 #{et(Effective::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

13 entries across 13 versions & 1 rubygems

Version Path
effective_products-0.3.10 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.9 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.8 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.7 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.6 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.5 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.4 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.3 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.2 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.1 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.3.0 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.2.1 app/views/effective/stamp_wizards/start.html.haml
effective_products-0.2.0 app/views/effective/stamp_wizards/start.html.haml