File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
DigitalLearningSolutions.Web/Views
LearningPortal/SelfAssessments Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 9595 <partial name =" /Views/LearningPortal/Shared/_LoadingSpinner.cshtml" />
9696 </div >
9797 <partial name =" _DlsFooter" />
98- <script src =" @Url.Content(" ~ /js /nhsuk.js " )" asp-append-version =" true" ></script >>
9998 @await RenderSectionAsync("scripts", false)
10099 </div >
101100</body >
Original file line number Diff line number Diff line change 102102 }
103103 </a >
104104 </div >
105-
106- @if ((bool ?)ViewData [LayoutViewDataKeys .DoNotDisplayNavBar ] != true )
107- {
108- <div class =" nhsuk-header__content" id =" content-header" >
109- <div class =" nhsuk-header__menu" >
110- <button class =" nhsuk-header__menu-toggle" id =" toggle-menu" aria-controls =" header-navigation" aria-label =" Open menu" >Menu </button >
111- </div >
112- </div >
113- }
114105 <vc:logo customisation-id =" @((int?)ViewData[LayoutViewDataKeys.CustomisationIdForHeaderLogo])" />
115106 </div >
116107
117108 @if ((bool ?)ViewData [LayoutViewDataKeys .DoNotDisplayNavBar ] != true )
118109 {
119110 <div class =" nhsuk-navigation-container" >
120- <nav class =" nhsuk-header__navigation " id =" header-navigation" aria-label =" Primary navigation" role =" navigation" >
111+ <nav class =" nhsuk-navigation " id =" header-navigation" aria-label =" Primary navigation" role =" navigation" >
121112 <ul class =" nhsuk-header__navigation-list" >
122113 @if (IsSectionDefined (" NavMenuItems" ))
123114 {
180171 @await RenderSectionAsync("scripts", false)
181172 <script src =" @Url.Content(" ~ /js /learningPortal /dlscommon.js " )" asp-append-version =" true" ></script >
182173 <script src =" @Url.Content(" ~ /js /cookiesbanner.js " )" asp-append-version =" true" ></script >
183- <script src =" @Url.Content(" ~ /js /nhsuk.js " )" asp-append-version =" true" ></script >>
184174 <input type =" hidden" id =" keepAlivePingPath" value =" @Url.Action(" ping " ," keepSessionAlive " )" />
185175
186176 </div >
You can’t perform that action at this time.
0 commit comments