mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
show valid child count on child school categories
This commit is contained in:
parent
1bfa3651a9
commit
068867dfa3
1 changed files with 3 additions and 0 deletions
|
|
@ -11,3 +11,6 @@
|
|||
= render 'measurements/nonlikert', measurement: measurements.first, description: school_measure.measure.description
|
||||
- else
|
||||
= school_category.category.blurb || truncate(school_category.category.description, length: 108)
|
||||
|
||||
- if school_category.valid_child_count.present?
|
||||
%p= "Valid Child Count: #{school_category.valid_child_count}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue