Skip to content

Commit

Permalink
privacy notice opens in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Nov 20, 2024
1 parent eab49bf commit 87e3c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
You must also provide your employee with a privacy notice that explains
what information will be collected, why it’s being collected and who it
will be shared with. You can use our
<%= govuk_link_to("privacy notice", "https://www.gov.uk/government/publications/privacy-information-education-providers-workforce-including-teachers/5a254207-a566-44f7-ac77-6ba59fd26e04#using-your-data-to-support-learning-including-apprenticeships") %>
<%= govuk_link_to("privacy notice", "https://www.gov.uk/government/publications/privacy-information-education-providers-workforce-including-teachers/5a254207-a566-44f7-ac77-6ba59fd26e04#using-your-data-to-support-learning-including-apprenticeships", new_tab: true) %>
for this.
</p>

Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_document.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</div>

<div>
<%= govuk_link_to title_text, title_url %>
<%= govuk_link_to title_text, title_url, new_tab: "" %>
</div>
</div>

0 comments on commit 87e3c7c

Please sign in to comment.