show valid child count on child school categories

pull/1/head
Jared Cosulich 7 years ago
parent 1bfa3651a9
commit 068867dfa3

@ -11,3 +11,6 @@
= render 'measurements/nonlikert', measurement: measurements.first, description: school_measure.measure.description = render 'measurements/nonlikert', measurement: measurements.first, description: school_measure.measure.description
- else - else
= school_category.category.blurb || truncate(school_category.category.description, length: 108) = 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…
Cancel
Save