sqm-dashboards/app/views/welcome/index.html.haml
2017-03-01 13:23:54 -05:00

6 lines
168 B
Text

%p= link_to "Create A New District", new_district_path
%p= link_to "Create A New School", new_school_path
- @schools.each do |school|
= link_to school.name, school