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