From 737198f78fceb0bcb72da005b9d0d993b1150e08 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 21 Feb 2020 16:28:17 +0300 Subject: [PATCH] feat(admin-plugin): update layout for media --- .../templates/content/entries/media.html | 53 +++++++++++++------ 1 file changed, 37 insertions(+), 16 deletions(-) diff --git a/site/plugins/admin/templates/content/entries/media.html b/site/plugins/admin/templates/content/entries/media.html index 271a848b..c98322d5 100644 --- a/site/plugins/admin/templates/content/entries/media.html +++ b/site/plugins/admin/templates/content/entries/media.html @@ -29,7 +29,10 @@ {% for file in files %} - + {{ filesystem_basename(file) }} @@ -43,18 +46,8 @@ {{ icon('fas fa-ellipsis-h') }} @@ -77,6 +66,17 @@ + +
{# @@ -116,4 +116,25 @@ #} +{% endblock %} + +{% block tail %} + {% endblock %} \ No newline at end of file