Skip to content

Commit

Permalink
Add a class for the problem types column header
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene authored Feb 6, 2023
1 parent e7c7bde commit d338459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/problem/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h3>{{ _('Hot problems') }} <i class="fa fa-fire"></i></h3>
<a href="{{ sort_links.group }}">{{ _('Category') }}{{ sort_order.group }}</a>
</th>
{% if show_types %}
<th>
<th class="types">
<a href="{{ sort_links.type }}">{{ _('Types') }}{{ sort_order.type }}</a>
</th>
{% endif %}
Expand Down

0 comments on commit d338459

Please sign in to comment.