From 14007a4eec34fbecd4400ecbc07c9972232856fd Mon Sep 17 00:00:00 2001
From: MylesJarvis
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 @@
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.
+
+
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+ 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.