Browse Source

feat: make privacy notices open in new tab

pull/931/head
natdeanlewissoftwire 4 years ago
parent
commit
ddd4e64b90
  1. 2
      app/views/form/guidance/_privacy_notice_buyer.erb
  2. 2
      app/views/form/guidance/_privacy_notice_tenant.erb

2
app/views/form/guidance/_privacy_notice_buyer.erb

@ -1 +1 @@
<p class="govuk-body">Make sure the buyer has seen <%= govuk_link_to "the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice", privacy_notice_path %> before completing this log.</p>
<p class="govuk-body">Make sure the buyer has seen <%= govuk_link_to "the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice", privacy_notice_path, target: :_blank %> before completing this log.</p>

2
app/views/form/guidance/_privacy_notice_tenant.erb

@ -1 +1 @@
<p class="govuk-body">Make sure the tenant has seen <%= govuk_link_to "the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice", privacy_notice_path %> before completing this log.</p>
<p class="govuk-body">Make sure the tenant has seen <%= govuk_link_to "the Department for Levelling Up, Housing & Communities (DLUHC) privacy notice", privacy_notice_path, target: :_blank %> before completing this log.</p>

Loading…
Cancel
Save