mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
22 lines
460 B
Text
22 lines
460 B
Text
%p
|
|
%b School:
|
|
= link_to @school.name, legacy_school_admin_path(@school)
|
|
%p
|
|
%b Name:
|
|
= @recipient_list.name
|
|
%p
|
|
%b Description:
|
|
= @recipient_list.description
|
|
|
|
%p
|
|
= link_to 'Edit', edit_legacy_school_legacy_recipient_list_path(@recipient_list.school, @recipient_list)
|
|
|
|
|
= link_to 'Back', @recipient_list.school
|
|
|
|
%br
|
|
%br
|
|
|
|
%p
|
|
%b Recipients:
|
|
- @recipient_list.recipients.each do |recipient|
|
|
%p= link_to recipient.name, [@school, recipient]
|