Skip to content

Commit

Permalink
EHD-1350: Content changes: Review mark-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgriff committed Nov 8, 2024
1 parent d4c7bba commit e853119
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,35 @@
!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, check with Companies House.
You can
<a href="https://www.gov.uk/file-changes-to-a-company-with-companies-house"
class="govuk-link">
tell Companies House</a>
about any changes.
</p>
<div class="govuk-inset-text govuk-!-margin-top-4 govuk-!-margin-bottom-4">
It may take some time for changes to show on the gender pay gap service after you tell Companies House.
</div>

<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 +289,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
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
We did accessibility testing ourselves while we developed the service.
We also had an external accessibility audit done by the
<a href="https://digitalaccessibilitycentre.org/" target="_blank" rel="noopener" class="govuk-link">
Digital Accessibility Centre</a>.
Digital Accessibility Centre</a>
in November 2022.
Checks for compliance were against WCAG 2.1 AA.
</p>

Expand Down

0 comments on commit e853119

Please sign in to comment.