mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
17 lines
354 B
Text
17 lines
354 B
Text
%p
|
|
%b School:
|
|
= @school.name
|
|
%p
|
|
%b Name:
|
|
= @recipient_list.name
|
|
%p
|
|
%b Description:
|
|
= @recipient_list.description
|
|
%p
|
|
%b Recipients:
|
|
- @recipient_list.recipients.each do |recipient|
|
|
%p= recipient.name
|
|
|
|
= link_to 'Edit', edit_school_recipient_list_path(@recipient_list.school, @recipient_list)
|
|
|
|
|
= link_to 'Back', @recipient_list.school
|