feat: default text for empty lists

This commit is contained in:
Björn Fromme
2024-03-01 12:06:55 +01:00
parent a6436f1513
commit c316217a62
3 changed files with 6 additions and 0 deletions
@@ -57,6 +57,8 @@
{{ icon('star', 'w-5 h-5 text-yellow-500 absolute top-0 right-0 mt-2 mr-2') }}
{% endif %}
</div>
{% else %}
Keine Einträge...
{% endfor %}
</div>
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
@@ -94,6 +94,8 @@
{{ icon('star', html_classes('w-5 h-5', { 'text-yellow-500': isBookmarked, 'text-gray-200': not isBookmarked } )) }}
</a>
</div>
{% else %}
Keine Einträge...
{% endfor %}
</div>
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
@@ -35,6 +35,8 @@
<span>Details</span>
</a>
</div>
{% else %}
Keine Einträge...
{% endfor %}
</div>
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}