Sha256: 979be57f08630c201e86d397207e1c32bc0e6d01495ceb182bcb8aaf542e7a06

Contents?: true

Size: 975 Bytes

Versions: 46

Compression:

Stored size: 975 Bytes

Contents

- raise('expected an exemption requested cpd audit') unless cpd_audit.exemption_requested? || cpd_audit.errors.present?

%h2 Exemption Request
%p The auditee has requested an exemption:
= render('effective/cpd_audits/exemption', cpd_audit: cpd_audit, step: :exemption)

%h2 Resolve Exemption Request
%p Please grant or deny the request. If granted, this audit will be closed.

= card('Exemption Request') do
  %p The exemption request shall be

  = effective_form_with(model: [:admin, cpd_audit], engine: true) do |f|
    = f.radios :admin_process_request, Effective::CpdAudit::ADMIN_PROCESS_REQUEST_OPTIONS, label: false, buttons: true, required: true

    = f.show_if :admin_process_request, 'Granted' do
      %p Send email
      = email_form_fields(f, :cpd_audit_exemption_granted)

    = f.show_if :admin_process_request, 'Denied' do
      %p Send email
      = email_form_fields(f, :cpd_audit_exemption_denied)

    = f.submit 'Process Exemption Request', center: true

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
effective_cpd-0.6.9 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-1.0.0 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.8 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.7 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.6 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.5 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.4 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.3 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.2 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.1 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.6.0 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.5.4 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.5.3 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.5.2 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.5.1 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.5.0 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.4.3 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.4.2 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.4.1 app/views/admin/cpd_audits/_form_exemption.html.haml
effective_cpd-0.4.0 app/views/admin/cpd_audits/_form_exemption.html.haml