mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-31 18:27:30 +01:00
Improve empty text on work queue
This commit is contained in:
parent
12d58d338d
commit
71691708ae
@ -12,7 +12,7 @@
|
||||
{{ p.title }} by {{ p.author.display_name }}
|
||||
</a></li>
|
||||
{% else %}
|
||||
<li><i>No packages available</i></ul>
|
||||
<li><i>No packages need reviewing.</i></ul>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li><i>No packages available</i></ul>
|
||||
<li><i>No releases need reviewing.</i></ul>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user