Browse Source

Apply suggestions from code review

Co-authored-by: Paul Robert Lloyd <paulrobertlloyd@users.noreply.github.com>
pull/150/head
baarkerlounger 4 years ago committed by GitHub
parent
commit
3f109e2772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/views/organisations/edit.html.erb

4
app/views/organisations/edit.html.erb

@ -19,12 +19,12 @@
%>
<%= f.govuk_text_field :address_line1,
label: { text: "Address line 1 of 2", hidden: true },,
label: { text: "Address line 1" },
autocomplete: "address-line1"
%>
<%= f.govuk_text_field :address_line2,
label: { text: "Address line 2 of 2", hidden: true },
label: { text: "Address line 2" },
autocomplete: "address-line2"
%>

Loading…
Cancel
Save