mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
#2737 oc.com table view bug fixed
This commit is contained in:
parent
9532e3aeb2
commit
db07078cac
@ -20,7 +20,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{ addBlock('ad-list/partials/table',{'featured_advs':featured_advs})|raw }}
|
{{ addBlock('ad-list/partials/table',{'featured_advs':featured_advs,'seenList':seenList})|raw }}
|
||||||
{% for adv in advs %}
|
{% for adv in advs %}
|
||||||
<tr class="text-center clickable-row{% if adv.doping != null %} doping_type4 {% endif %}" data-href='{{ adv.detail_url }}'>
|
<tr class="text-center clickable-row{% if adv.doping != null %} doping_type4 {% endif %}" data-href='{{ adv.detail_url }}'>
|
||||||
<td class="justify-content-center align-middle text-center td-image">
|
<td class="justify-content-center align-middle text-center td-image">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user