mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 01:10:39 -07:00
33 lines
567 B
Text
33 lines
567 B
Text
%p
|
|
%strong Name:
|
|
= @recipient.name
|
|
%p
|
|
%strong Phone:
|
|
= @recipient.phone
|
|
%p
|
|
%strong Birth date:
|
|
= @recipient.birth_date
|
|
%p
|
|
%strong Gender:
|
|
= @recipient.gender
|
|
%p
|
|
%strong Race:
|
|
= @recipient.race
|
|
%p
|
|
%strong Ethnicity:
|
|
= @recipient.ethnicity
|
|
%p
|
|
%strong Home language:
|
|
= @recipient.home_language_id
|
|
%p
|
|
%strong Income:
|
|
= @recipient.income
|
|
%p
|
|
%strong Opted out:
|
|
= @recipient.opted_out
|
|
%p
|
|
%strong School:
|
|
= @recipient.school_id
|
|
= link_to 'Edit', edit_school_recipient_path(@school, @recipient)
|
|
|
|
|
= link_to 'Back', school_path(@school)
|