Sha256: fbfa47fc58c58b789d16451db5451e8b7377d30a05528a394b3881c522dd65f5

Contents?: true

Size: 612 Bytes

Versions: 3

Compression:

Stored size: 612 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, 'data-confirm': "Really Resubmit Audit?"
    - else
      = f.submit 'Submit Audit', center: true, 'data-confirm': "Really Submit Audit?"

Version data entries

3 entries across 3 versions & 1 rubygems

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