Skip to content

Commit

Permalink
Add warning copy to User transfer form
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-l-brockwell committed Dec 11, 2024
1 parent 3460944 commit 74d78ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/admin/users/collaborators/_transfer_form.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
.question-group
h3= f.label :transfer_form_answers, { label: "Transfer existing Application/s", for: "transfer_form_answers_#{collaborator.id}" }
.row
.col-sm-2
.col-sm-1
= f.check_box :transfer_form_answers, value: true, id: "transfer_form_answers_#{collaborator.id}"
.col-sm-11
.alert.alert-warning
p.text-underline.govuk-body Ticking this box will transfer all applications to the new account. All collaborators on the new account will have access to these applications and the associated information.

br
= f.submit "Transfer", class: "btn btn-secondary"

0 comments on commit 74d78ee

Please sign in to comment.