Order games by sort title and name

dashboard
Pat Hartl 2023-01-16 00:31:47 -06:00
parent 2bf6e7cb54
commit 55f47f7f26
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</thead>
<tbody>
@foreach (var item in Model)
@foreach (var item in Model.OrderBy(g => !String.IsNullOrWhiteSpace(g.SortTitle) ? g.SortTitle : g.Title))
{
<tr>
<td>