Sha256: 16f6b6b8a45ef760bd4ba6a2c7abfdae57767c2060c7f1984390ffc3a9a6349e

Contents?: true

Size: 1.28 KB

Versions: 16

Compression:

Stored size: 1.28 KB

Contents

%h2 Continuing Professional Development

- # Auditee datatables (4)
- auditing = EffectiveCpdAvailableAuditsDatatable.new(self)
- if auditing.present?
  .mt-4
    %p You have been selected for audit:
    = render_datatable(auditing, simple: true)

- audited = EffectiveCpdCompletedAuditsDatatable.new(self)
- if audited.present?
  .mt-4
    %p You have completed these past audits:
    = render_datatable(audited, simple: true)

- available = EffectiveCpdAvailableCyclesDatatable.new(self)
- if available.present?
  .mt-4
    %p Please submit a CPD statement for the following available #{cpd_cycles_label}:
    = render_datatable(available, simple: true)

- completed = EffectiveCpdCompletedStatementsDatatable.new(self)
- if completed.present?
  .mt-4
    %p You have completed these past statements:
    = render_datatable(completed, simple: true)

- # Auditor / Audit reviewer datatables (2)
- reviewing = EffectiveCpdAvailableAuditReviewsDatatable.new(self)
- if reviewing.present?
  .mt-4
    %p You have been selected to assess the following audits:
    = render_datatable(reviewing, simple: true)

- reviewed = EffectiveCpdCompletedAuditReviewsDatatable.new(self)
- if reviewed.present?
  .mt-4
    %p You have completed these past audit assessments:
    = render_datatable(reviewed, simple: true)

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
effective_cpd-0.6.7 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.6 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.5 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.4 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.3 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.2 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.1 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.6.0 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.5.4 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.5.3 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.5.2 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.5.1 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.5.0 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.4.3 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.4.2 app/views/effective/cpd/_dashboard.html.haml
effective_cpd-0.4.1 app/views/effective/cpd/_dashboard.html.haml