diff --git a/app/views/form/page.html.erb b/app/views/form/page.html.erb index e968c5926..927c13511 100644 --- a/app/views/form/page.html.erb +++ b/app/views/form/page.html.erb @@ -42,13 +42,12 @@ <% next_page = @case_log.form.next_page(@page, @case_log, current_user) %> <% if !@page.id.include?("value_check") %> <%= f.govuk_submit "Save and continue" %> - <% if @case_log.status == "in_progress" %> - <%= govuk_link_to "Cancel", "/logs/#{@case_log.id}/setup/check-answers", secondary: true %> - <% else %> - <%= govuk_link_to "Skip for now", "/logs/#{@case_log.id}/#{next_page.dasherize}", secondary: true %> - - <% end %> + <% if @case_log.status == "in_progress" %> + <%= govuk_link_to "Cancel", "/logs/#{@case_log.id}/setup/check-answers", secondary: true %> + <% else %> + <%= govuk_link_to "Skip for now", "/logs/#{@case_log.id}/#{next_page.dasherize}", secondary: true %> <% end %> + <% end %> <% end %> diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index 972090066..49a6e689c 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -22,7 +22,7 @@

Email

diff --git a/app/views/start/index.html.erb b/app/views/start/index.html.erb index 72a6619e4..7a6d0897f 100644 --- a/app/views/start/index.html.erb +++ b/app/views/start/index.html.erb @@ -19,7 +19,7 @@

Before you start

Use your account details to sign in.

If you need to set up a new account, speak to your organisation’s CORE data coordinator. If you don’t know who that is, <%= govuk_link_to("contact the helpdesk", "https://digital.dclg.gov.uk/jira/servicedesk/customer/portal/4/group/21") %>.

-

You can <%= govuk_link_to("request an account", "https://digital.dclg.gov.uk/jira/servicedesk/customer/portal/4/group/21") %> if your organisation doesn’t have one.

+

You can <%= govuk_mail_to("dluhc.digital-services@levellingup.gov.uk", "request an account", subject: "CORE: Request a new account") %> if your organisation doesn’t have one.