Sha256: 1dcdd1771849adb3e4c1573989fc260162deafda84d0fef668145f4339d14f15

Contents?: true

Size: 530 Bytes

Versions: 6

Compression:

Stored size: 530 Bytes

Contents

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

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

  .mb-4= render('effective/cpd_audits/cpd_audit', cpd_audit: resource)

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

    - if EffectiveResources.authorized?(self, :resubmit, resource)
      = f.submit 'Resubmit Audit', center: true
    - else
      = f.submit 'Submit Audit', center: true

Version data entries

6 entries across 6 versions & 1 rubygems

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