Skip to content

Commit

Permalink
Update remaining links
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Mar 21, 2024
1 parent ce51ea0 commit 5e431ec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/views/eligibility_interface/result/ineligible.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
<%= render "shared/help_us_to_improve_this_service" %>
<% else %>
<p class="govuk-body">If you have any questions about QTS contact the help team at:</p>
<p class="govuk-body"><%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %></p>
<p class="govuk-body"><%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %></p>
<% end %>
2 changes: 1 addition & 1 deletion app/views/errors/internal_server_error.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
</p>

<p class="govuk-body">
If you have any questions, please email us at <%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %>.
If you have any questions, please email us at <%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %>.
</p>
2 changes: 1 addition & 1 deletion app/views/errors/not_found.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
<p class="govuk-body">
If the web address is correct or you selected a link or button and you need to speak to someone about this problem,
contact the <%= t(current_namespace, scope: %i[service name]) %> team:
<%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %>
<%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %>
</p>
2 changes: 1 addition & 1 deletion app/views/errors/too_many_requests.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
</p>

<p class="govuk-body">
If you have any questions, please email us at <%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %>.
If you have any questions, please email us at <%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %>.
</p>
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<p class="govuk-body">Your request for review must be received within 28 days of receipt of the decision to decline QTS.</p>

<p class="govuk-body">Email your request for review, including the information required as above, to <%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %>.</p>
<p class="govuk-body">Email your request for review, including the information required as above, to <%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %>.</p>

<p class="govuk-body">If you are not satisfied with the outcome of the decision review, you can request a final formal appeal to a senior Teacher Qualification Manager.</p>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
<%= render "shared/help_us_to_improve_this_service", show_feedback: true %>

<h2 class="govuk-heading-s">If you have any questions, contact:</h2>
<p class="govuk-body"><%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %></p>
<p class="govuk-body"><%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %></p>
<% end %>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</li>
<li>
If you still experience this problem, email us at
<%= govuk_link_to t("service.email.enquiries"), "mailto:#{t("service.email.enquiries")}" %>
<%= govuk_link_to t("service.email.enquiries"), "/track_mailto/#{t("service.email.enquiries")}" %>
</li>
</ul>
</div>
Expand Down

0 comments on commit 5e431ec

Please sign in to comment.