Skip to content

Commit

Permalink
Add the span#top element
Browse files Browse the repository at this point in the history
- Needed for the moment because of this: alphagov/government-frontend#3076
  • Loading branch information
KludgeKML committed Mar 5, 2025
1 parent 9202812 commit 04a4a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<% if local_assigns %>
<%= yield :before_content %>
<main role="main" id="content" class="govuk-main-wrapper <%= yield :main_classes %>" <%= lang_attribute %>>
<span id="Top"></span>
<%= yield %>
</main>
<%= yield :after_content %>
Expand Down

0 comments on commit 04a4a04

Please sign in to comment.