Sha256: 130d08d5b5d7f043175160b2cd9544b633c9955a2d9ef98d5cf101acd534d01a

Contents?: true

Size: 668 Bytes

Versions: 17

Compression:

Stored size: 668 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 #{classified_label.downcase} for display on the #{classifieds_name_label}.
        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

17 entries across 17 versions & 1 rubygems

Version Path
effective_classifieds-0.9.0 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.8.4 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.8.3 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.8.2 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.8.1 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.8.0 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.7.0 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.7 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.6 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.5 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.4 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.3 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.2 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.1 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.6.0 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.5.1 app/views/effective/classified_wizards/start.html.haml
effective_classifieds-0.5.0 app/views/effective/classified_wizards/start.html.haml