Skip to content

Commit

Permalink
printing the full contact_name array
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Jun 18, 2024
1 parent a62845b commit 8e541e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/teacher_mailer/references_requested.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Dear <%= application_form_full_name(@application_form) %>,

We’ve contacted the following references you provided to verify the work history information you gave as part of your QTS application.

<%= @reference_requests.contact_name %>
<% @reference_requests.contact_name.each do |contact_name| %>
<%= contact_name %>
<% end %>

They need to respond by <%= @reference_requests.first.expires_at.to_date.to_fs %>. If your references do not respond, and, as a result, we cannot verify your work history, we may not be able to award you QTS.

Expand Down

0 comments on commit 8e541e3

Please sign in to comment.