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.
1 parent 0b66acc commit c27c2a7Copy full SHA for c27c2a7
LearningHub.Nhs.WebUI/Views/MyLearning/_ActivityTable.cshtml
@@ -108,6 +108,9 @@
108
<a target="_blank" asp-controller="mylearning" asp-action="certificate" asp-route-resourceReferenceId="@activity.ResourceReferenceId" asp-route-majorVersion="@activity.MajorVersion" asp-route-minorVersion="@activity.MinorVersion">View certificate</a>
109
}
110
111
+ else {
112
+ <span class="nhsuk-u-visually-hidden">Certificate unavailable</span>
113
+ }
114
</span>
115
</td>
116
<td role="cell" class="nhsuk-table__cell nhsuk-u-font-size-16">
0 commit comments