Sha256: 3b90ec8ff002f96366a691ad18879d4cc81a2ecf8ae60ca5902b2ae4d9ad600b

Contents?: true

Size: 959 Bytes

Versions: 9

Compression:

Stored size: 959 Bytes

Contents

= render('layout') do
  - if resource.conflict_of_interest?
    %h2 Conflict of Interest
    %p You have indicated there is a conflict of interest with the following match:

    %ul
      - resource.cpd_audit_reviews.each do |cpd_audit_review|
        %li #{cpd_audit_review.user} <#{mail_to(cpd_audit_review.user.email)}>

    = render("effective/cpd_audits/conflict", cpd_audit: resource, step: :conflict)

  - if resource.exemption_request?
    %h2 Exemption Request
    %p You have requested an exemption from this audit.
    = render("effective/cpd_audits/exemption", cpd_audit: resource, step: :exemption)

  - if resource.extension_request?
    %h2 Extension Request
    %p You have requested an extension to the deadline.
    = render("effective/cpd_audits/extension", cpd_audit: resource, step: :extension)

  %h2 Next Step
  %p= resource.summary
  %p You may not continue at this time. Please wait for an email with further instructions. Thank you.

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
effective_cpd-1.2.4 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.2.1 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.2.0 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_audits/waiting.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_audits/waiting.html.haml