feat: add message if no active listings

This commit is contained in:
Anna 2021-10-04 15:42:24 -04:00
parent 8a35c50ccf
commit 1d64a76465
1 changed files with 4 additions and 0 deletions

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() %}