%p %b School: = link_to @school.name, @school %p %b Name: = @recipient_list.name %p %b Description: = @recipient_list.description %p %b Recipients: - @recipient_list.recipients.each do |recipient| %p= link_to recipient.name, [@school, recipient] = link_to 'Edit', edit_school_recipient_list_path(@recipient_list.school, @recipient_list) | = link_to 'Back', @recipient_list.school