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 e6a5757 commit d066df3Copy full SHA for d066df3
DigitalLearningSolutions.Web/Views/Frameworks/Developer/_Structure.cshtml
@@ -13,9 +13,9 @@
13
}"
14
view-data='new ViewDataDictionary(ViewData)
15
{
16
- { "VocabSingular", @Model.VocabSingular() },
17
- { "VocabPlural", @Model.VocabPlural() },
18
- { "GroupCount", @Model.FrameworkCompetencyGroups.Count() }
+ { "VocabSingular", Model.VocabSingular() },
+ { "VocabPlural", Model.VocabPlural() },
+ { "GroupCount", Model.FrameworkCompetencyGroups.Count() }
19
}' />
20
}
21
@@ -68,8 +68,8 @@ else
68
69
70
71
72
- {"VocabPlural", @Model.VocabPlural() }
+ {"VocabPlural", Model.VocabPlural() }
73
74
75
0 commit comments