Order games by sort title and name
parent
2bf6e7cb54
commit
55f47f7f26
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue