Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<a asp-action="Index" asp-route-dashboardTrayLearningResourceType="elearning" [email protected] asp-route-resourceDashboard="@(Model.Resources.Type)" asp-route-catalogueDashboard="@Model.Catalogues.Type" asp-fragment="my-learning"
class="subnavwhite-link text-nowrap nhsuk-u-padding-right-3 nhsuk-u-secondary-text-color nhsuk-u-font-size-16 nhsuk-u-font-weight-bold filterlink @(Model.DashboardTrayLearningResourceType == "elearning" ? "filteractive" : "filterinactive")"
title="Elearning">
Elearning
elearning
</a>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@
{
if (!Model.DownloadCertificate)
{
<vc:back-link asp-controller="MyLearning" asp-action="Index" asp-all-route-data="@routeData" link-text="Back to: My learning" />
<vc:back-link asp-controller="MyLearning" asp-action="Index" asp-all-route-data="@routeData" link-text="Back to: My learning activity" />
<div class="nhsuk-grid-column-three-quarters nhsuk-u-padding-left-0 nhsuk-u-padding-top-0">

<h1 class="nhsuk-heading-xl">Certificate</h1>
Expand Down Expand Up @@ -1420,7 +1420,7 @@
}
else
{
<vc:back-link asp-controller="MyLearning" asp-action="Index" link-text="Back to: My learning" />
<vc:back-link asp-controller="MyLearning" asp-action="Index" link-text="Back to: My learning activity" />
<h1 class="nhsuk-heading-xl">Certificate</h1>
<span class="nhsuk-grid-column-full nhsuk-u-margin-top-3 nhsuk-u-font-size-19 nhsuk-u-margin-bottom-9 nhsuk-u-secondary-text-color">
Certificate not available
Expand Down
Loading