Skip to content

Commit

Permalink
Merge pull request #1786 from DFE-Digital/remove-status-line
Browse files Browse the repository at this point in the history
Remove line about new application status
  • Loading branch information
thomasleese authored Nov 6, 2023
2 parents fea88ff + 07f5b74 commit a0283da
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<%= govuk_panel(title_text: "QTS application #{@view_object.application_form.reference} has been #{@view_object.status.downcase}") %>
<% end %>

<% unless @view_object.application_form.waiting_on? %>
<p class="govuk-body">The status of this application has been changed to ’<%= @view_object.status %>‘.</p>
<% end %>

<% if @view_object.assessment.review? %>
<p class="govuk-body">An assessor will now review the application and make a decision on awarding or declining QTS.</p>
<% elsif @view_object.application_form.declined? %>
Expand Down

0 comments on commit a0283da

Please sign in to comment.