Sha256: 22d82e37957a6217899f1b1c598e765444167af89b829e5550182dedd2d3b692

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

= render('layout') do
  %p Please review your recommendations before submitting.

  %p
    Once submitted you
    %strong will not
    be able to change your recommendation.

  .mb-4= render('effective/cpd_audit_reviews/cpd_audit_review', cpd_audit_review: resource)

  = effective_form_with(model: resource, url: wizard_path(step), method: :put) do |f|
    = f.hidden_field :current_step

    = f.submit 'Submit Audit Review', center: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_cpd-1.2.1 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.2.0 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_audit_reviews/submit.html.haml