From ec97db20047ebccada8e7f24a0315cce2829410b Mon Sep 17 00:00:00 2001 From: baarkerlounger <5101747+baarkerlounger@users.noreply.github.com> Date: Tue, 7 Dec 2021 14:31:08 +0000 Subject: [PATCH] Apply suggestions from code review PR tweaks Co-authored-by: Paul Robert Lloyd --- app/views/organisations/edit.html.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/organisations/edit.html.erb b/app/views/organisations/edit.html.erb index 671c163d0..fc465aaa0 100644 --- a/app/views/organisations/edit.html.erb +++ b/app/views/organisations/edit.html.erb @@ -1,4 +1,4 @@ -<% content_for :title, "Change #{@organisation.name}'s details" %> +<% content_for :title, "Change #{@organisation.name}’s details" %> <% content_for :before_content do %> <%= govuk_back_link( @@ -27,11 +27,14 @@ %> <%= f.govuk_text_field :postcode, - autocomplete: "postal-code" + autocomplete: "postal-code", + width: 10 %> <%= f.govuk_phone_field :phone, - autocomplete: "tel" + label: { text: "Telephone number" }, + autocomplete: "tel", + width: 20 %> <%= f.govuk_submit "Save changes" %>