Hide description from game list

This commit is contained in:
Pat Hartl 2023-01-15 16:54:14 -06:00
parent ec5536e63f
commit 3c7b8f90ee

View file

@ -40,9 +40,6 @@
<th>
@Html.DisplayNameFor(model => model.SortTitle)
</th>
<th>
@Html.DisplayNameFor(model => model.Description)
</th>
<th>
@Html.DisplayNameFor(model => model.ReleasedOn)
</th>
@ -73,9 +70,6 @@
<td>
@Html.DisplayFor(modelItem => item.SortTitle)
</td>
<td>
@Html.DisplayFor(modelItem => item.Description)
</td>
<td>
@Html.DisplayFor(modelItem => item.ReleasedOn)
</td>