-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Aria landmark update * Update where aria landmark updates are for the different pages * Update to remove deprecated feature * Update to fix where aside is for different pages * Update to fix skip link logic * Update based on PR comments * Update where aside is set and where yield is for views
- Loading branch information
Showing
8 changed files
with
49 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
- content_for(:other_resources) do | ||
section.hf-other.dfe-content-page--header | ||
.govuk-width-container | ||
.govuk-grid-row | ||
.govuk-grid-column-three-quarters | ||
ul.chevron-card-list | ||
li.chevron-card | ||
h2.govuk-heading-l | ||
= other_useful_resources.title | ||
p.govuk-body-l | ||
= other_useful_resources.body | ||
= render partial: 'shared/resource', collection: other_useful_resources.resources, as: :resource | ||
section.hf-other.dfe-content-page--header | ||
.govuk-width-container | ||
.govuk-grid-row | ||
.govuk-grid-column-three-quarters | ||
ul.chevron-card-list | ||
li.chevron-card | ||
h2.govuk-heading-l | ||
= other_useful_resources.title | ||
p.govuk-body-l | ||
= other_useful_resources.body | ||
= render partial: 'shared/resource', collection: other_useful_resources.resources, as: :resource |