sqm-dashboards/app/views/welcome/index.html.haml
2017-03-12 16:17:34 -04:00

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