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
TD_5434 code changes for the new way for showing the banner text in the footer using view component, removing the banner text from the supervisor module and adding the centre information to the footer there.
Copy file name to clipboardExpand all lines: DigitalLearningSolutions.Web/Views/Shared/_DlsFooter.cshtml
+2-16Lines changed: 2 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,10 @@
1
1
@{
2
-
varcurrentPath=Context.Request.Path.ToString();
2
+
3
3
}
4
4
<footerrole="contentinfo">
5
5
<divclass="nhsuk-footer-container">
6
6
<divclass="nhsuk-width-container">
7
-
@{
8
-
if (currentPath.Contains("/LearningPortal/Current") ||currentPath.Contains("/LearningPortal/Completed") ||currentPath.Contains("/LearningPortal/Available"))
0 commit comments