mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
error message for insufficient data
This commit is contained in:
parent
0490249dbf
commit
fe9ee36247
1 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,13 @@
|
|||
= render 'layouts/school_header'
|
||||
|
||||
.row
|
||||
= render @school_categories
|
||||
- if @school_categories.blank?
|
||||
.row.pt-3.mt-3
|
||||
.col
|
||||
%h3 Insufficient Responses
|
||||
|
||||
%p No data is displayed for this school because of insufficient responses.
|
||||
- else
|
||||
= render @school_categories
|
||||
|
||||
= render "shared/performance_spectrum"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue