Skip to content

Commit 7fbf441

Browse files
committed
TD-480 Implements create assessment controller and service
1 parent b97a74e commit 7fbf441

File tree

1 file changed

+1
-1
lines changed
  • DigitalLearningSolutions.Web/Views/CompetencyAssessments

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Views/CompetencyAssessments/Name.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@section NavMenuItems {
99
<partial name="~/Views/Frameworks/Shared/_NavMenuItems.cshtml" />
1010
}
11-
@if ((string)ViewContext.RouteData.Values["actionName"] == "New")
11+
@if ((string)ViewContext.RouteData.Values["actionname"] == "New")
1212
{
1313
@section NavBreadcrumbs {
1414
<nav class="nhsuk-breadcrumb" aria-label="Breadcrumb">

0 commit comments

Comments
 (0)