This commit is contained in:
7
templates/thread.html
Normal file
7
templates/thread.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% if threads|length>0 %}
|
||||
{% for thread in threads %}
|
||||
<tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row flex-wrap lg:flex-no-wrap mb-10 lg:mb-0">
|
||||
<td class="w-full lg:w-auto p-3 text-gray-800 text-center border border-b block lg:table-cell relative lg:static">{{thread}}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user