mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
sort school categories by root category for Boston
This commit is contained in:
parent
9c556ec8a3
commit
65bce3b299
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@
|
|||
- hash
|
||||
- grouped.each do |root_category, group|
|
||||
.row.pt-3.mt-3
|
||||
%h3= root_category.name
|
||||
.col-12
|
||||
%h3= root_category.name
|
||||
.row
|
||||
= render group.sort { |a, b| a.category.name <=> b.category.name }
|
||||
- else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue