Sha256: 8fd561fe19b0056215f86c333500dd699fbfe8013020576b5dafe3f082440991

Contents?: true

Size: 280 Bytes

Versions: 8

Compression:

Stored size: 280 Bytes

Contents

- if user.try(:cpd_audit_reviewer?)
  %h2 Audit Reviews
  - datatable = Admin::EffectiveCpdAuditReviewsDatatable.new(user: user)
  = render_datatable(datatable)
- else
  %h2 Audits
  - datatable = Admin::EffectiveCpdAuditsDatatable.new(user: user)
  = render_datatable(datatable)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
effective_cpd-1.2.4 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.2.3 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.2.2 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.2.1 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.2.0 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.1.3 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.1.2 app/views/admin/users/_form_cpd_audits.html.haml
effective_cpd-1.1.1 app/views/admin/users/_form_cpd_audits.html.haml