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 b97a74e commit 7fbf441Copy full SHA for 7fbf441
DigitalLearningSolutions.Web/Views/CompetencyAssessments/Name.cshtml
@@ -8,7 +8,7 @@
8
@section NavMenuItems {
9
<partial name="~/Views/Frameworks/Shared/_NavMenuItems.cshtml" />
10
}
11
-@if ((string)ViewContext.RouteData.Values["actionName"] == "New")
+ @if ((string)ViewContext.RouteData.Values["actionname"] == "New")
12
{
13
@section NavBreadcrumbs {
14
<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb">
0 commit comments