mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-12 17:00:34 -07:00
9 lines
187 B
Text
9 lines
187 B
Text
%p= link_to "Create A New District", new_district_path
|
|
|
|
%p= link_to "Create A New School", new_school_path
|
|
|
|
%br
|
|
|
|
%h4 Schools
|
|
- @schools.each do |school|
|
|
%p= link_to school.name, school
|