From 204a8e9e1f187fd401f5ab72a877f6fd0828a110 Mon Sep 17 00:00:00 2001 From: Jack S Date: Thu, 8 Jun 2023 09:06:34 +0100 Subject: [PATCH] Add spacing above actions in data sharing agreement --- app/views/organisations/data_sharing_agreement.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisations/data_sharing_agreement.html.erb b/app/views/organisations/data_sharing_agreement.html.erb index 9e1c020d7..5109cbb2b 100644 --- a/app/views/organisations/data_sharing_agreement.html.erb +++ b/app/views/organisations/data_sharing_agreement.html.erb @@ -135,7 +135,7 @@ <% if current_user.is_dpo? && @organisation.data_sharing_agreement.nil? %> -
+
<%= govuk_button_to("Accept this agreement", data_sharing_agreement_organisation_path(@organisation), method: :post) %> <%= govuk_button_link_to("Cancel", details_organisation_path(@organisation), secondary: true) %>