Sha256: d626a6e43e4e942636bbe869ec04c3abb20e8450edcd86e0f767ad5b9485dd9e

Contents?: true

Size: 644 Bytes

Versions: 13

Compression:

Stored size: 644 Bytes

Contents

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

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

      %p
        You can use this wizard to submit a new #{EffectiveClassifieds.classifieds_label} posting.
        Your progress will be saved as you move through the wizard.
        Once your posting is published you are able to come back and edit the details.

      = 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_classifieds-0.4.13 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.12 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.11 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.10 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.9 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.8 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.7 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.6 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.5 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.4 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.3 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.2 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.4.1 app/views/effective/classified_wizards/start.html.haml