mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
chore: rename admin data to school data on analyze page
This commit is contained in:
parent
5fc5c21bcb
commit
c6960c957d
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