use ghost_box everywhere u can

pull/222/head
Aevann 2024-02-14 10:43:46 +02:00
parent 3830e6f837
commit aac06f40b4
4 changed files with 9 additions and 9 deletions

View File

@ -8,9 +8,7 @@
{% if not listing %}
<div class="row no-gutters">
<div class="col">
<div class="text-center py-6">
<h4 class="p-2">There are no comments here (yet).</h4>
</div>
{{macros.ghost_box('There are no comments here (yet).', '', 1)}}
</div>
</div>
{% endif %}

View File

@ -8,9 +8,7 @@
{% if not listing %}
<div class="row no-gutters">
<div class="col">
<div class="text-center py-6">
<h4 class="p-2">There are no comments here (yet).</h4>
</div>
{{macros.ghost_box('There are no comments here (yet).', '', 1)}}
</div>
</div>
{% endif %}

View File

@ -13,6 +13,12 @@
{{macros.ghost_box(error, '', 1)}}
</div>
</div>
{% elif not comments %}
<div class="row no-gutters">
<div class="col">
{{macros.ghost_box('No comments found!', '', 1)}}
</div>
</div>
{% endif %}
{% endblock %}

View File

@ -8,9 +8,7 @@
{% if not listing %}
<div class="row no-gutters">
<div class="col">
<div class="text-center py-6">
<h4 class="p-2">There are no comments here (yet).</h4>
</div>
{{macros.ghost_box('There are no comments here (yet).', '', 1)}}
</div>
</div>
{% endif %}