Skip to content

Commit

Permalink
Merge pull request #2347 from alphagov/msw/account-nav-ecdl
Browse files Browse the repository at this point in the history
Add explicit-cross-domain-links to account manage & security links
  • Loading branch information
barrucadu authored Oct 12, 2021
2 parents ab0a3c8 + b980cb2 commit 816505b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
## Unreleased

* Pass cookie consent to Digital Identity via query parameter ([PR #2344](https://github.com/alphagov/govuk_publishing_components/pull/2344))
* Add explicit-cross-domain-links to account manage & security links ([PR #2347](https://github.com/alphagov/govuk_publishing_components/pull/2347))

## 27.5.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
GovukPersonalisation::Urls.manage,
class: 'gem-c-layout-for-public-account-menu__link govuk-link govuk-link--no-visited-state',
'aria-current': page_is == "manage" ? "page" : nil,
data: { module: "explicit-cross-domain-links" },
) %>
</li>
<li class="gem-c-layout-for-public-account-menu__item <%= "gem-c-layout-for-public-account-menu__item--current" if page_is == "security" %>">
Expand All @@ -24,6 +25,7 @@
GovukPersonalisation::Urls.security,
class: 'gem-c-layout-for-public-account-menu__link govuk-link govuk-link--no-visited-state',
'aria-current': page_is == "security" ? "page" : nil,
data: { module: "explicit-cross-domain-links" },
) %>
</li>
</ul>
Expand Down

0 comments on commit 816505b

Please sign in to comment.