File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 107107 <div id="skiplink-container">
108108 <div>
109109 <!--$alternative_skiplink provides a different ID as #content contains styling which can throw off certain screens-->
110- <a href="<% ( ! $alternative_skiplink) ? '#content' : '#page-content' %>" class="govuk-skip-link" <% if $govuk_rebrand { %> data-module="govuk-skip-link" <% } %> >Skip to main content</a>
110+ <a href="<% $search_skiplink ? '#search' : ( ! $alternative_skiplink ? '#content' : '#page-content' ) %>" class="govuk-skip-link" <% if $govuk_rebrand { %> data-module="govuk-skip-link" <% } %> >Skip to main content</a>
111111 </div>
112112 </div>
113113
Original file line number Diff line number Diff line change 1- % cascade base { title => $name ~' - Disqualification Details - Find and update company information - GOV.UK)' }
1+ % cascade base { title => $name ~' - Disqualification Details - Find and update company information - GOV.UK)', search_skiplink => true }
22
33% around content -> {
44
You can’t perform that action at this time.
0 commit comments