From 37ce0f56205d864557b09d76baf582c808253c32 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 8 Mar 2019 14:23:33 -0800 Subject: [PATCH] templates: Minor styling change Remove an empty paragraph between clients button and submenu tabs. It does not add a gap and adding a gap should instead be done using CSS. Signed-off-by: Sunil Mohan Adapa --- plinth/templates/service-subsubmenu.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/plinth/templates/service-subsubmenu.html b/plinth/templates/service-subsubmenu.html index afac4e408..778d32ae3 100644 --- a/plinth/templates/service-subsubmenu.html +++ b/plinth/templates/service-subsubmenu.html @@ -51,8 +51,6 @@ {% include "clients.html" with clients=clients enabled=service.is_enabled %} -

- {% block subsubmenu %} {% if subsubmenu %} {% show_subsubmenu subsubmenu %}