You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/views/recipient_lists/show.html.haml

14 lines
330 B

%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)