Hide description from game list
This commit is contained in:
parent
ec5536e63f
commit
3c7b8f90ee
1 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue