Add Blazor WebApp and rework data handling to utilize Entity Framework
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
<tr> <th></th>
|
||||
@foreach (var team in Model.Item1)
|
||||
{
|
||||
if (team.Name == team.Event.Name)
|
||||
if (team.Name == team.EventDefinition.Name)
|
||||
{
|
||||
<td style="writing-mode: vertical-rl;text-orientation:sideways">
|
||||
@team.Event.ShortName
|
||||
@team.EventDefinition.ShortName
|
||||
</td>
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user