From b8362c126b01962abc1950b2028eee0c5a6693d7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 18 Feb 2020 12:28:28 +0300 Subject: [PATCH] feat(admin-plugin): update base layout for apis' #349 --- .../admin/templates/partials/base.html | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/site/plugins/admin/templates/partials/base.html b/site/plugins/admin/templates/partials/base.html index d3b83c9a..5b67e51b 100644 --- a/site/plugins/admin/templates/partials/base.html +++ b/site/plugins/admin/templates/partials/base.html @@ -129,6 +129,7 @@ delivery {% endif %} + {% if is_current_path('admin.api_delivery_entries.index') %} / @@ -159,6 +160,36 @@ entries {% endif %} + {% if is_current_path('admin.api_delivery_images.index') %} + / + + delivery + / + + images + {% endif %} + + {% if is_current_path('admin.api_delivery_images.edit') %} + / + + delivery + / + + images + / + + {{ token }} + {% endif %} + + {% if is_current_path('admin.api_delivery_images.add') %} + / + + delivery + / + + images + {% endif %} + {% if is_current_path('admin.themes.information')or is_current_path('admin.themes.settings') %} {% if id %}