fixing school category order

pull/1/head
Jared Cosulich 7 years ago
parent fcf15e9c2f
commit e39e32f700

@ -9,6 +9,6 @@
%p No data is displayed for this school because of insufficient responses. %p No data is displayed for this school because of insufficient responses.
- else - else
.row .row
= render @school_categories.sort(&:root_index) = render @school_categories.sort { |a, b| a.root_index <=> b.root_index }
= render "shared/performance_spectrum" = render "shared/performance_spectrum"

Loading…
Cancel
Save