diff --git a/resources/templates/dashboard/list.twig b/resources/templates/dashboard/list.twig index dc3f699..c7376f2 100755 --- a/resources/templates/dashboard/list.twig +++ b/resources/templates/dashboard/list.twig @@ -33,6 +33,7 @@ {% for media in medias %} + {% if isDisplayableImage(media.mimetype) %} {% if media.username is not null %} @@ -42,6 +43,7 @@ {% else %} {% endif %} + {{ media.filename }}