From 14007a4eec34fbecd4400ecbc07c9972232856fd Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Wed, 24 Apr 2024 10:38:27 +0100 Subject: [PATCH 1/6] Put privacy notice info up front --- .../schools/dashboards/_update_your_school_profile.html.erb | 2 ++ app/views/schools/on_boarding/profiles/onboarding.html.erb | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index ecf5eb0d11..03f084e85d 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -8,6 +8,8 @@

Before you can receive requests, you need to complete your school profile. + 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. <%= link_to 'Complete your school profile', Feature.enabled?(:task_progress_on_boarding) ? schools_on_boarding_progress_path : schools_on_boarding_profile_path, diff --git a/app/views/schools/on_boarding/profiles/onboarding.html.erb b/app/views/schools/on_boarding/profiles/onboarding.html.erb index 9f889a1cee..96ff40d799 100644 --- a/app/views/schools/on_boarding/profiles/onboarding.html.erb +++ b/app/views/schools/on_boarding/profiles/onboarding.html.erb @@ -40,7 +40,6 @@

<% end %> From 4ae9178eaa33c417bf722347956c7e1beab9bdcb Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Wed, 24 Apr 2024 11:06:31 +0100 Subject: [PATCH 2/6] Update _update_your_school_profile.html.erb --- .../dashboards/_update_your_school_profile.html.erb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index 03f084e85d..7e34b1f3ed 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -8,8 +8,7 @@

Before you can receive requests, you need to complete your school profile. - 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. + <%= link_to 'Complete your school profile', Feature.enabled?(:task_progress_on_boarding) ? schools_on_boarding_progress_path : schools_on_boarding_profile_path, @@ -17,6 +16,10 @@ %>

+

+ 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. +

From c01ddac49a3bf6629bcbd62a331b3212cb6b3b63 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Wed, 24 Apr 2024 11:21:27 +0100 Subject: [PATCH 3/6] Update _update_your_school_profile.html.erb --- .../schools/dashboards/_update_your_school_profile.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index 7e34b1f3ed..e413ff9b08 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -16,7 +16,7 @@ %>

-

+

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.

From b7cd81c46bbd8b4b8243911a5e79f47046586de6 Mon Sep 17 00:00:00 2001 From: MylesJarvis Date: Wed, 24 Apr 2024 11:32:10 +0100 Subject: [PATCH 4/6] Update _update_your_school_profile.html.erb --- .../schools/dashboards/_update_your_school_profile.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index e413ff9b08..ee49dc6779 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -17,8 +17,10 @@

+ 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. +

From a8c8ffd4a248dd27813a49a70af86f75ce17e767 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:58:56 +0100 Subject: [PATCH 5/6] remove --- .../schools/dashboards/_update_your_school_profile.html.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index ee49dc6779..e413ff9b08 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -17,10 +17,8 @@

- 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. -

From da4b84f7c7d1e652eca09f74729865cdde8fc753 Mon Sep 17 00:00:00 2001 From: MylesJarvis <35870975+MylesJarvis@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:12:56 +0100 Subject: [PATCH 6/6] Make font size consistent --- .../schools/dashboards/_update_your_school_profile.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schools/dashboards/_update_your_school_profile.html.erb b/app/views/schools/dashboards/_update_your_school_profile.html.erb index e413ff9b08..fa2c0d6f16 100644 --- a/app/views/schools/dashboards/_update_your_school_profile.html.erb +++ b/app/views/schools/dashboards/_update_your_school_profile.html.erb @@ -16,7 +16,7 @@ %>

-

+

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.