mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
14 lines
377 B
Text
14 lines
377 B
Text
= render 'layouts/school_header'
|
|
|
|
- if @school_categories.blank?
|
|
.row.pt-3.mt-3
|
|
|
|
.row.pt-3.mt-3
|
|
.col-12.text-center
|
|
%h3 Insufficient Responses
|
|
%p No data is displayed for this school because of insufficient responses.
|
|
- else
|
|
.row
|
|
= render @school_categories.sort { |a, b| a.root_index <=> b.root_index }
|
|
|
|
= render "shared/performance_spectrum"
|