Skip to content

Commit

Permalink
open privacy notice in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamfall committed Feb 1, 2024
1 parent 4efa279 commit a5dc4b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion forms/award_years/v2022/qavs/qavs_step4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def qavs_step4
required
text -> do
%(
I have read and understood the contents of the <a href="https://qavs.dcms.gov.uk/privacy-policy/">Privacy Notice</a>
I have read and understood the contents of the <a href="https://qavs.dcms.gov.uk/privacy-policy/" target="_blank">Privacy Notice</a>
)
end
end
Expand Down
2 changes: 1 addition & 1 deletion forms/award_years/v2023/qavs/qavs_step4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def qavs_step4
required
text -> do
%(
I have read and understood the contents of the <a href="https://qavs.dcms.gov.uk/privacy-policy/">Privacy Notice</a>
I have read and understood the contents of the <a href="https://qavs.dcms.gov.uk/privacy-policy/" target="_blank">Privacy Notice</a>
)
end
end
Expand Down
2 changes: 1 addition & 1 deletion forms/award_years/v2024/qavs/qavs_step4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def qavs_step4
required
text -> do
%(
I have read and understood the contents of the <a href="https://kavs.dcms.gov.uk/privacy-policy/">Privacy Notice</a>
I have read and understood the contents of the <a href="https://kavs.dcms.gov.uk/privacy-policy/" target="_blank">Privacy Notice</a>
)
end
end
Expand Down
2 changes: 1 addition & 1 deletion forms/award_years/v2025/qavs/qavs_step4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def qavs_step4
required
text -> do
%(
I have read and understood the contents of the <a href="https://kavs.dcms.gov.uk/privacy-policy/">Privacy Notice</a>
I have read and understood the contents of the <a href="https://kavs.dcms.gov.uk/privacy-policy/" target="_blank">Privacy Notice</a>
)
end
end
Expand Down

0 comments on commit a5dc4b3

Please sign in to comment.