1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update messages view for no-items list #211

This commit is contained in:
Awilum
2020-01-31 18:37:34 +03:00
parent 68443937b3
commit db7ed10053

View File

@@ -1,7 +1,7 @@
{% extends "plugins/admin/templates/partials/base.html" %}
{% block content %}
{% if entries_list | length < 0 %}
{% if entries_list | length > 0 %}
{% if items_view == 'table' %}
<div class="flex flex-wrap">
{% for entry in entries_list %}