sqm-dashboards/app/views/recipient_lists/show.html.haml
2017-03-02 12:00:40 -05:00

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)