mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
17 lines
343 B
Text
17 lines
343 B
Text
.row
|
|
.col-12
|
|
%p= link_to "Create A New District", new_district_path
|
|
|
|
%p= link_to "Create A New School", new_school_path
|
|
|
|
|
|
.row.mt-3
|
|
.col-6
|
|
%h4 Districts
|
|
- @districts.each do |district|
|
|
%p= link_to district.name, district
|
|
|
|
.col-6
|
|
%h4 Schools
|
|
- @schools.each do |school|
|
|
%p= link_to school.name, school
|