|
|
|
@ -30,19 +30,6 @@
|
|
|
|
|
:id, |
|
|
|
|
:name, |
|
|
|
|
legend: { text: "Role", size: "m" } %> |
|
|
|
|
|
|
|
|
|
<%= f.govuk_collection_radio_buttons :is_dpo, |
|
|
|
|
[OpenStruct.new(id: true, name: "Yes"), OpenStruct.new(id: false, name: "No")], |
|
|
|
|
:id, |
|
|
|
|
:name, |
|
|
|
|
legend: { text: "#{perspective(@user, current_user)} the organisation’s data protection officer?", size: "m" } %> |
|
|
|
|
|
|
|
|
|
<%= f.govuk_collection_radio_buttons :is_key_contact, |
|
|
|
|
[OpenStruct.new(id: true, name: "Yes"), OpenStruct.new(id: false, name: "No")], |
|
|
|
|
:id, |
|
|
|
|
:name, |
|
|
|
|
legend: { text: "#{perspective(@user, current_user)} a key contact for this service?", size: "m" }, |
|
|
|
|
hint: { text: "This is a person responsible for sharing information about social housing lettings and sales data within the organisation." } %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<%= f.govuk_submit "Save changes" %> |
|
|
|
|