diff --git a/app/views/about/index.html.erb b/app/views/about/index.html.erb index 7d877fdd7..8de21683c 100644 --- a/app/views/about/index.html.erb +++ b/app/views/about/index.html.erb @@ -1 +1,5 @@ -
You’ve completed <%= get_subsections_count(@form, @case_log, :completed) %> of <%= get_subsections_count(@form, @case_log, :all) %> sections.
<% next_incomplete_section = get_next_incomplete_section(@form, @case_log).id %> diff --git a/app/views/case_logs/index.html.erb b/app/views/case_logs/index.html.erb index 07855d687..751ad9afe 100644 --- a/app/views/case_logs/index.html.erb +++ b/app/views/case_logs/index.html.erb @@ -1,9 +1,10 @@ <% content_for :title, "Case logs" %> +
We’ve sent a link to reset your password to <%= @email %>.
You’ll only this receive this link if your email address already exists in our system.
If you don’t receive the email within 5 minutes, check your spam or junk folders. Try again if you still haven’t received the email.
diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb index 1fd4e10ab..6f5055ae0 100644 --- a/app/views/devise/passwords/new.html.erb +++ b/app/views/devise/passwords/new.html.erb @@ -1,3 +1,5 @@ +<% content_for :title, "Reset password" %> + <% content_for :before_content do %> <%= govuk_back_link( text: 'Back', @@ -10,7 +12,9 @@Enter the email address you used to create your account.
We’ll email you a link to reset your password. This link will expire in 3 hours.
diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 6e2630b8e..70a4bfc0e 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -1,11 +1,14 @@ -<% content_for :title, "Sign in" %> +<% content_for :title, "Sign in to your account to submit CORE data" %> + <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>