Skip to content

Commit bb5de8e

Browse files
committed
TD-6277 Body class
1 parent bc41310 commit bb5de8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DigitalLearningSolutions.Web/Views/LearningPortal/SelfAssessments/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<meta name="twitter:description" content="@(ViewData["twitter:description"] ?? "")">
4646
</head>
4747

48-
<body>
48+
<body class="nhsuk-frontend-supported">
4949
@if (cookieConsent == "true")
5050
{
5151
@await Html.PartialAsync("~/Views/Shared/_GoogleTagManagerBodyTagJs.cshtml")

DigitalLearningSolutions.Web/Views/Shared/_Layout.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<meta name="twitter:title" content="@(ViewData["twitter:title"] ?? ViewData[LayoutViewDataKeys.Title] ?? "Digital Learning Solutions")">
6666
<meta name="twitter:description" content="@(ViewData["twitter:description"] ?? "")">
6767
</head>
68-
<!-- qqqq go back to the docs do all bodys want this -->
6968
<body class="nhsuk-frontend-supported">
7069
@if (cookieConsent == "true")
7170
{

0 commit comments

Comments
 (0)