Skip to content

Commit d066df3

Browse files
TD-4221 'Confirm results' link is not showing for few accounts on 'Supervisor Dashboard'
1 parent e6a5757 commit d066df3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Developer/_Structure.cshtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}"
1414
view-data='new ViewDataDictionary(ViewData)
1515
{
16-
{ "VocabSingular", @Model.VocabSingular() },
17-
{ "VocabPlural", @Model.VocabPlural() },
18-
{ "GroupCount", @Model.FrameworkCompetencyGroups.Count() }
16+
{ "VocabSingular", Model.VocabSingular() },
17+
{ "VocabPlural", Model.VocabPlural() },
18+
{ "GroupCount", Model.FrameworkCompetencyGroups.Count() }
1919
}' />
2020
}
2121
}
@@ -68,8 +68,8 @@ else
6868
}"
6969
view-data='new ViewDataDictionary(ViewData)
7070
{
71-
{ "VocabSingular", @Model.VocabSingular() },
72-
{"VocabPlural", @Model.VocabPlural() }
71+
{ "VocabSingular", Model.VocabSingular() },
72+
{"VocabPlural", Model.VocabPlural() }
7373
}' />
7474
}
7575

0 commit comments

Comments
 (0)