Fixed translations + Resizing line overlap + Disabled No type + Reorganized settings + Other fixes
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
{% for head in head_row %}
|
||||
{% if not head == 'Grew-match URL' %}
|
||||
<th><span>{{ head }} </span><span class="th-desc">▾</span><span class="th-asc">▴</span></th>
|
||||
{% for h, h_t in head %}
|
||||
{% if not h == 'Grew-match URL' %}
|
||||
<th><span>{{ h_t }} </span><span class="th-desc">▾</span><span class="th-asc">▴</span></th>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user