From adae34fa9f6b749215cc2fdeffcfd95db09dbc91 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 27 Jan 2020 13:52:21 +0300 Subject: [PATCH] feat(admin-plugin): update entries index template #211 --- .../templates/content/entries/index.html | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/site/plugins/admin/templates/content/entries/index.html b/site/plugins/admin/templates/content/entries/index.html index a3f1ba3e..70d1bdf4 100644 --- a/site/plugins/admin/templates/content/entries/index.html +++ b/site/plugins/admin/templates/content/entries/index.html @@ -105,6 +105,24 @@ {% else %} + + + + + + + + + + {% for entry in entries_list %} @@ -157,8 +175,18 @@ {% endif %} + + +
+ {{ tr('admin_title') }} + + {{ tr('admin_slug') }} + + {{ tr('admin_created_at') }} + + {{ tr('admin_updated_at') }} +
+ / + {{ entry.slug }} + + {{ entry.created_at }} + + {{ entry.published_at }} + -