mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fixing school category order
This commit is contained in:
parent
fcf15e9c2f
commit
e39e32f700
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@
|
|||
%p No data is displayed for this school because of insufficient responses.
|
||||
- else
|
||||
.row
|
||||
= render @school_categories.sort(&:root_index)
|
||||
= render @school_categories.sort { |a, b| a.root_index <=> b.root_index }
|
||||
|
||||
= render "shared/performance_spectrum"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue