File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Unreleased changes
2+
3+ - Update[ template html syntax] ( https://github.com/alphagov/tech-docs-gem/pull/520 ) to more closely match gov.uk design template
4+ - bump govuk-frontend from [ 6.2.0 to 6.3.0] ( https://github.com/alphagov/tech-docs-gem/pull/517 )
5+
16## 6.3.0
27
38- Bugfix [ issue 258] ( https://github.com/alphagov/tech-docs-template/issues/258 ) - page layout structure to remove whitespace on short pages ([ pull request 513] ( https://github.com/alphagov/tech-docs-gem/pull/513 ) )
Original file line number Diff line number Diff line change 1- < div class ="govuk-footer app-footer " role =" contentinfo " >
1+ < div class ="govuk-footer app-footer ">
22 <% if config [ :tech_docs ] [ :show_govuk_logo ] %>
33 < svg focusable ="false " role ="presentation " xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 64 60 " height ="30 " width ="32 " fill ="currentcolor " class ="govuk-footer__crown ">
44 < g >
Original file line number Diff line number Diff line change 1- < div class ="govuk-header app-header " role =" banner " data-module =" govuk-header " >
1+ < div class ="govuk-header app-header ">
22 < div class ="govuk-header__container govuk-header__container--full-width ">
33 < div class ="govuk-header__logo ">
44 <% if config [ :tech_docs ] [ :service_link ] %>
Original file line number Diff line number Diff line change 1- < div class ="govuk-width-container ">
1+ < div class ="govuk-service-navigation app-pane__navigation " data-module ="govuk-service-navigation ">
2+ < div class ="govuk-width-container ">
23 < div class ="govuk-service-navigation__container ">
34 < nav aria-label ="Menu " class ="govuk-service-navigation__wrapper ">
45 < button type ="button " class ="govuk-service-navigation__toggle govuk-js-service-navigation-toggle " aria-controls ="navigation " hidden aria-hidden ="true ">
2021 </ nav >
2122 </ div >
2223 </ div >
24+ </ div >
Original file line number Diff line number Diff line change 5050
5151 < body class ="govuk-template__body ">
5252 < script > document . body . className += ' js-enabled' + ( 'noModule' in HTMLScriptElement . prototype ? ' govuk-frontend-supported' : '' ) ; </ script >
53- < header class ="govuk-template__header app-header " role =" banner " data-module =" govuk-header " >
53+ < header class ="govuk-template__header app-header ">
5454 <%= partial 'layouts/header' %>
5555 </ header >
5656 <% if config [ :tech_docs ] [ :header_links ] %>
57- < div class ="govuk-service-navigation app-pane__navigation " data-module ="govuk-service-navigation ">
5857 <%= partial 'layouts/service_navigation' %>
59- </ div >
6058 <% end %>
6159
6260
You can’t perform that action at this time.
0 commit comments