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
fe9ee36247
commit
20b04ea202
1 changed files with 4 additions and 3 deletions
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
.row
|
||||
- if @school_categories.blank?
|
||||
.row.pt-3.mt-3
|
||||
.col
|
||||
%h3 Insufficient Responses
|
||||
.pt-3.mt-3
|
||||
|
||||
.row.pt-3.mt-3
|
||||
.col-10.offset-1
|
||||
%h3 Insufficient Responses
|
||||
%p No data is displayed for this school because of insufficient responses.
|
||||
- else
|
||||
= render @school_categories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue