We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6421b6 + a157e64 commit d54e859Copy full SHA for d54e859
LearningHub.Nhs.WebUI/Views/Shared/_Breadcrumbs.cshtml
@@ -13,11 +13,11 @@
13
<div class="breadcrumbs display-desktop--hide nhsuk-u-padding-top-5 nhsuk-u-padding-bottom-6">
14
@if (Model.ShowBackToParentOnMobile)
15
{
16
- @* "Back to parent" view *@
+ @* "parent view *@
17
var parent = Model.Breadcrumbs.ElementAt(Model.Breadcrumbs.Count - 1);
18
19
<i class="fa-solid fa-chevron-left nhsuk-u-padding-top-1 nhsuk-u-padding-bottom-1 nhsuk-u-padding-left-2 nhsuk-u-padding-right-2"></i>
20
- <a href="@parent.Url">Back to parent</a>
+ <a href="@parent.Url">@parent.Url</a>
21
}
22
else
23
0 commit comments