Fix empty view in thread lists

This commit is contained in:
rubenwardy
2020-07-10 23:18:40 +01:00
parent 2181e57e42
commit c80ff2e709

@ -101,6 +101,6 @@
{% endif %} {% endif %}
</a> </a>
{% else %} {% else %}
<p>{% if list_group %}class="list-group-item"{% endif %}><i>No threads found</i></p> <p class="list-group-item"><i>No threads found</i></p>
{% endfor %} {% endfor %}
{% endmacro %} {% endmacro %}