Skip to content

Commit

Permalink
EHD-1350: Content changes: Manage Organisation page
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgriff committed Nov 20, 2024
1 parent dc3e1bb commit 9aed34f
Showing 1 changed file with 33 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,31 @@
!Model.Organisation.OptedOutFromCompaniesHouseUpdate)
{
<div class="govuk-details__text">
<h3 class="govuk-heading-s">
Name or address
</h3>
<p class="govuk-body">
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 companys name or address is incorrect,
<a href="https://www.gov.uk/file-changes-to-a-company-with-companies-house"
class="govuk-link">
tell Companies House</a>.
It may take some time for any changes to show on the gender pay gap service.
</p>

<h3 class="govuk-heading-s">
SIC code
</h3>
<p class="govuk-body">
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’).
</p>
<p class="govuk-body">
If this information is not available on Companies House, please contact
<a href="mailto:@(Global.GpgReportingEmail)" class="govuk-link">
@Global.GpgReportingEmail
</a>
If you need to change your SIC code, you can do it when you file your next
<a href="https://www.gov.uk/file-your-confirmation-statement-with-companies-house"
class="govuk-link">
confirmation statement</a>.
You can file a confirmation statement early if you need to change it sooner.
</p>
</div>
}
Expand All @@ -269,6 +285,17 @@
@(Model.Organisation.OrganisationName)
</dd>
</div>
@if (!string.IsNullOrWhiteSpace(Model.Organisation.CompanyNumber))
{
<div class="govuk-summary-list__row">
<dt class="govuk-summary-list__key">
Companies House number
</dt>
<dd class="govuk-summary-list__value">
@(Model.Organisation.CompanyNumber)
</dd>
</div>
}
<div class="govuk-summary-list__row">
<dt class="govuk-summary-list__key">
Registered address
Expand Down

0 comments on commit 9aed34f

Please sign in to comment.