Browse Source

Add spacing above actions in data sharing agreement

pull/1684/head
Jack S 3 years ago
parent
commit
204a8e9e1f
  1. 2
      app/views/organisations/data_sharing_agreement.html.erb

2
app/views/organisations/data_sharing_agreement.html.erb

@ -135,7 +135,7 @@
</ul> </ul>
<% if current_user.is_dpo? && @organisation.data_sharing_agreement.nil? %> <% if current_user.is_dpo? && @organisation.data_sharing_agreement.nil? %>
<div class="govuk-button-group"> <div class="govuk-button-group govuk-!-margin-top-9">
<%= govuk_button_to("Accept this agreement", data_sharing_agreement_organisation_path(@organisation), method: :post) %> <%= 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) %> <%= govuk_button_link_to("Cancel", details_organisation_path(@organisation), secondary: true) %>
</div> </div>

Loading…
Cancel
Save