fixed sorting and message

This commit is contained in:
olegphenomenon 2022-04-27 14:25:17 +03:00
parent 120a221896
commit a52119daf0
2 changed files with 14 additions and 6 deletions

View file

@ -115,7 +115,7 @@
<%= sort_link(@q, 'registration_deadline') %>
</th>
<th class="col-xs-1">
<%= sort_link(@q, 'type') %>
<%= sort_link(@q, 'platform', 'Type') %>
</th>
</tr>
</thead>