mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
13 lines
322 B
Text
13 lines
322 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
|
|
= render @school_categories
|
|
|
|
= render "shared/performance_spectrum"
|