From 9aed34fc9183f5c184589c6ba7039ee1b2e02190 Mon Sep 17 00:00:00 2001 From: James Griffiths Date: Tue, 19 Nov 2024 15:47:57 +0000 Subject: [PATCH] EHD-1350: Content changes: Manage Organisation page --- .../ManageOrganisation.cshtml | 39 ++++++++++++++++--- 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/GenderPayGap.WebUI/Views/ManageOrganisations/ManageOrganisation.cshtml b/GenderPayGap.WebUI/Views/ManageOrganisations/ManageOrganisation.cshtml index 041377020..ed7152fb8 100644 --- a/GenderPayGap.WebUI/Views/ManageOrganisations/ManageOrganisation.cshtml +++ b/GenderPayGap.WebUI/Views/ManageOrganisations/ManageOrganisation.cshtml @@ -237,15 +237,31 @@ !Model.Organisation.OptedOutFromCompaniesHouseUpdate) {
+

+ Name or address +

- If you need to change your employer name, sector information, or registered address you should do this via Companies House. - Changes you make will automatically be reflected on this service. + If your company’s name or address is incorrect, + + tell Companies House. + It may take some time for any changes to show on the gender pay gap service. +

+ +

+ SIC code +

+

+ This service shows the sector your company is in (for example, ‘Manufacturing’) based on your + Standard Industrial Classification (SIC) code. + It does not show the specific class for your SIC code (for example, ‘Manufacture of leather clothes’).

- If this information is not available on Companies House, please contact - - @Global.GpgReportingEmail - + If you need to change your SIC code, you can do it when you file your next + + confirmation statement. + You can file a confirmation statement early if you need to change it sooner.

} @@ -269,6 +285,17 @@ @(Model.Organisation.OrganisationName) + @if (!string.IsNullOrWhiteSpace(Model.Organisation.CompanyNumber)) + { +
+
+ Companies House number +
+
+ @(Model.Organisation.CompanyNumber) +
+
+ }
Registered address