diff --git a/Controllers/InfotvController.cs b/Controllers/InfotvController.cs index 2c1fb21..a561a81 100644 --- a/Controllers/InfotvController.cs +++ b/Controllers/InfotvController.cs @@ -36,6 +36,7 @@ public IActionResult Index(int? weekId, int? Year) } ViewBag.viikko = viikko; + ViewBag.Vuosi = vuosi; var ruokalista = db.Ruokalista.Where(m => m.Year == vuosi)?.FirstOrDefault(k => k.WeekId == viikko); diff --git a/Views/Aanestys/Tulokset.cshtml b/Views/Aanestys/Tulokset.cshtml index 4007574..a8de94d 100644 --- a/Views/Aanestys/Tulokset.cshtml +++ b/Views/Aanestys/Tulokset.cshtml @@ -8,6 +8,9 @@ +