feat: default text for empty lists
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user