mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
13 lines
330 B
Text
13 lines
330 B
Text
%p#notice= notice
|
|
%p
|
|
%b Name:
|
|
= @recipient_list.name
|
|
%p
|
|
%b Description:
|
|
= @recipient_list.description
|
|
%p
|
|
%b Recipient ids:
|
|
= @recipient_list.recipient_ids
|
|
= link_to 'Edit', edit_school_recipient_list_path(@recipient_list.school, @recipient_list)
|
|
|
|
|
= link_to 'Back', school_recipient_lists_path(@recipient_list.school)
|