RedBirdOBX / ElleChristineV2.Web

0 stars 0 forks source link

@foreach (var show in Model.Shows.Where(s => s.Date > DateOnly.FromD… #6

Closed gatortarheel closed 4 months ago

gatortarheel commented 4 months ago

@foreach (var show in Model.Shows.Where(s => s.Date > DateOnly.FromDateTime(DateTime.Today))) {

}

image

RedBirdOBX commented 4 months ago

I'm sorry if I wasn't clear. Not this page but the partial view being shown on the home page. See this task; https://github.com/RedBirdOBX/ElleChristineV2.Web/issues/4

I want this page to still show all Shows; even if they have already occurred.

gatortarheel commented 4 months ago

updated