You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's correct - when the help pages got moved over (they were the first set to be moved), we didn't notice that government-frontend pages all had an implicit main element in the layout, but frontend pages all supplied their own main element. I'll write up a card to get this added.
What
The skip link does not allow you to skip to the main content on the /help pages, with the exception of /help/cookies
The JavaScript error below is thrown in the console:
Possible fix
We should be able to fix this by adding
<main id="content">
to the _body_with_related_links.html.erb view template, similar to the approach used in _base_page.html.erbThe text was updated successfully, but these errors were encountered: