mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
24 lines
534 B
Text
24 lines
534 B
Text
- if user_signed_in? && current_user.super_admin?
|
|
.row.super-admin
|
|
.col-12
|
|
%p= link_to "Create A New District", new_legacy_district_path
|
|
|
|
%p= link_to "Create A New School", new_legacy_school_path
|
|
|
|
|
|
- if true || user_signed_in?
|
|
.row.mt-3
|
|
.col-12
|
|
%h4 Districts
|
|
%br
|
|
- @districts.each do |district|
|
|
%p= link_to district.name, district
|
|
|
|
|
|
- else
|
|
|
|
.text-center.my-3.py-3
|
|
%h3.my-3.py-3
|
|
MCIEA is currently in beta testing.
|
|
%p.py-3
|
|
If you have an account, please sign in.
|