Skip to content

Commit

Permalink
show email assessor note
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Feb 8, 2024
1 parent b82dd38 commit b002401
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/teacher_mailer/application_declined.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ Thank you for applying for QTS in England. Unfortunately, your application has b

<% end %>
<% reasons.each do |reason| %>
<%= reason %>
<%= reason.decline_reason %>

<% if reason.assessor_note.present? %>
## Assessor notes
<%= reason.assessor_note %>
<% end %>

<% end %>
<% end %>
Expand Down

0 comments on commit b002401

Please sign in to comment.