sqm-dashboards/app/views/welcome/index.html.haml
2017-03-05 21:11:52 -05:00

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