mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
reverse years order
This commit is contained in:
parent
d240e8cdc2
commit
689fe56dd5
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
- if @years.present?
|
||||
%p
|
||||
%b Data from:
|
||||
- @years.sort.reverse.each do |year|
|
||||
- @years.sort.each do |year|
|
||||
|
||||
- if @school_category.present?
|
||||
= link_to_unless(year == @year, "#{year - 1}-#{year}", school_category_path(@school_category.school, @school_category.category, year: year))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue