Sha256: 08370b00f7dcebf24dba7f54905769dc48478516aa813486d9d223d2c08ec9ed

Contents?: true

Size: 587 Bytes

Versions: 7

Compression:

Stored size: 587 Bytes

Contents

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

  .card
    .card-body
      = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
        = f.hidden_field :id

        = f.fields_for :stamps, (f.object.stamp || f.object.build_stamp) do |fr|
          = fr.hidden_field :stamp_wizard_id
          = fr.hidden_field :stamp_wizard_type

          = fr.hidden_field :owner_id
          = fr.hidden_field :owner_type

          = render('effective/stamp_wizards/stamp_fields', f: fr)

        = f.save 'Save and Continue'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_products-0.1.2 app/views/effective/stamp_wizards/stamp.html.haml
effective_products-0.1.1 app/views/effective/stamp_wizards/stamp.html.haml
effective_products-0.1.0 app/views/effective/stamp_wizards/stamp.html.haml
effective_products-0.0.9 app/views/effective/stamp_wizards/stamp.html.haml
effective_products-0.0.8 app/views/effective/stamp_wizards/stamp.html.haml
effective_products-0.0.7 app/views/effective/stamp_wizards/stamp.html.haml
effective_products-0.0.6 app/views/effective/stamp_wizards/stamp.html.haml