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') }}
|
{{ icon('star', 'w-5 h-5 text-yellow-500 absolute top-0 right-0 mt-2 mr-2') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
Keine Einträge...
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
|
{{ 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 } )) }}
|
{{ icon('star', html_classes('w-5 h-5', { 'text-yellow-500': isBookmarked, 'text-gray-200': not isBookmarked } )) }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
Keine Einträge...
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
|
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
|
||||||
|
|||||||
@@ -35,6 +35,8 @@
|
|||||||
<span>Details</span>
|
<span>Details</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
{% else %}
|
||||||
|
Keine Einträge...
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
|
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user