From 78369c51d3fc2bc63a372c28882956ef4532f2f0 Mon Sep 17 00:00:00 2001 From: Jon Robson Date: Thu, 12 May 2022 11:03:28 -0700 Subject: [PATCH] Omit ArticleToolbar in Navigation when title above tabs Change-Id: Ib3d9c28e4dbbf1deb85adccec84f208f086c1a04 --- includes/templates/Navigation.mustache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/templates/Navigation.mustache b/includes/templates/Navigation.mustache index 04c32cbc..fd8d8184 100644 --- a/includes/templates/Navigation.mustache +++ b/includes/templates/Navigation.mustache @@ -1,4 +1,6 @@
+ {{^is-title-above-tabs}} {{>ArticleToolbar}} + {{/is-title-above-tabs}} {{#data-portlets-sidebar}}{{>Sidebar}}{{/data-portlets-sidebar}}