feat: add message if no active listings

This commit is contained in:
Anna 2021-10-04 15:42:24 -04:00
parent ea88420073
commit 69de929cb8
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -16,6 +16,10 @@ Remote Party Finder
<select id="data-centre-filter">
<option>All</option>
</select>
{%- if containers.is_empty() %}
<br/>
<em>No listings - download the plugin to help contribute!</em>
{%- endif %}
<div id="listings" class="list">
{%- for container in containers %}
{%- let listing = container.listing.borrow() %}