mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
13 lines
227 B
Text
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
|