error message for insufficient data

This commit is contained in:
Jared Cosulich 2018-03-05 12:19:41 -05:00
parent fe9ee36247
commit 20b04ea202

View file

@ -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