From 7bceb539d1794a3accd857c63635e3170cc39107 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 8 Jan 2020 18:56:49 +0300 Subject: [PATCH] feat(admin-plugin): update base layout for Delivery Content API #349 --- site/plugins/admin/templates/partials/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/plugins/admin/templates/partials/base.html b/site/plugins/admin/templates/partials/base.html index e358128d..f00deaa2 100644 --- a/site/plugins/admin/templates/partials/base.html +++ b/site/plugins/admin/templates/partials/base.html @@ -203,6 +203,16 @@ {% endif %} + {% if is_current_path('admin.api.index') or + is_current_path('admin.api_tokens.index') or + is_current_path('admin.api_tokens.add') or + is_current_path('admin.api_tokens.edit') or + is_current_path('admin.api_tokens.rename') %} +
+ / {{ api }} +
+ {% endif %} + {% if is_current_path('admin.themes.information') or is_current_path('admin.themes.settings') %}