mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: rename admin data to school data on analyze page
This commit is contained in:
parent
90d1419d9c
commit
3c210e0ab6
1 changed files with 2 additions and 2 deletions
|
|
@ -5,11 +5,11 @@ module Analyze
|
|||
module Column
|
||||
class AllAdmin < GroupedBarColumnPresenter
|
||||
def label
|
||||
%w[All Admin]
|
||||
%w[School Data]
|
||||
end
|
||||
|
||||
def basis
|
||||
"admin data"
|
||||
"school data"
|
||||
end
|
||||
|
||||
def show_irrelevancy_message?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue