empty text comes before text; right.
This commit is contained in:
parent
9b6a695551
commit
68c639d798
|
@ -151,7 +151,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for team, hints in hints.items() %}
|
{% for team, hints in hints.items() %}
|
||||||
<div class="table-wrapper">
|
<div class="table-wrapper">
|
||||||
<table class="table non-unique-item-table" data-order='[[5, "desc"], [0, "asc"]]'>
|
<table class="table non-unique-item-table" data-order='[[5, "asc"], [0, "asc"]]'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Finder</th>
|
<th>Finder</th>
|
||||||
|
|
Loading…
Reference in New Issue