Sha256: f11e1476bfa6cc9ee6dada873294fda5377df841fe5c15ae29a1d1f48cd68224

Contents?: true

Size: 488 Bytes

Versions: 3

Compression:

Stored size: 488 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, 'data-confirm': "Really Submit Audit Review?"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
effective_cpd-1.2.4 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_reviews/submit.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_reviews/submit.html.haml