|
|
|
@ -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> |
|
|
|
|