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

13 lines
227 B
Text

%p
%strong Name:
= @school.name
%p
%strong District:
= @school.district_id
%p= link_to "Add Recipient", new_school_recipient_path(@school)
= link_to 'Edit', edit_school_path(@school)
|
= link_to 'Back', schools_path