Skip to content

Commit

Permalink
Merge pull request #3156 from DFE-Digital/restructure-school-privacy-…
Browse files Browse the repository at this point in the history
…notice-awareness

Improve location of our school privacy notice
  • Loading branch information
MylesJarvis authored Apr 29, 2024
2 parents 3d669a5 + da4b84f commit 72d705c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@
<p class="govuk-notification-banner__heading">
<p>
Before you can receive requests, you need to complete your school profile.

<span class="govuk-heading-s govuk-!-margin-top-4">
<%= link_to 'Complete your school profile',
Feature.enabled?(:task_progress_on_boarding) ? schools_on_boarding_progress_path : schools_on_boarding_profile_path,
class: 'govuk-link'
%>
</span>
</p>
<p class = "govuk-body">
Your personal details will be protected under the terms of our <%= link_to 'privacy notice', schools_privacy_policy_path =%>.
This explains how we use your personal data. It's important you read it before completing your school profile.
</p>
</p>
</div>
</div>
1 change: 0 additions & 1 deletion app/views/schools/on_boarding/profiles/onboarding.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<ul class="govuk-list govuk-list--bullet">
<li>the details you’re providing are correct</li>
<li>you agree to manage the data you receive in line with current GDPR regulations</li>
<li>you accept our <a href="/schools_privacy_policy" class="govuk-link">privacy policy</a></li>
</ul>
</p>
<% end %>
Expand Down

0 comments on commit 72d705c

Please sign in to comment.