From fe7798cc851212dff552d23d533b8b1819f9a13a Mon Sep 17 00:00:00 2001 From: Kevin von Spiczak Date: Wed, 20 Jan 2021 13:16:13 +0100 Subject: [PATCH 1/2] [TASK] remove redundant markup The icon viewhelper returns the surrounding markup already, we don't need it twice. --- Resources/Private/Templates/Queue/Index.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Resources/Private/Templates/Queue/Index.html b/Resources/Private/Templates/Queue/Index.html index c75f7ee..55b2247 100644 --- a/Resources/Private/Templates/Queue/Index.html +++ b/Resources/Private/Templates/Queue/Index.html @@ -92,12 +92,7 @@ - - - - - + -- GitLab From 73ad5ea25bfda7892a460fdf824e50f05738d055 Mon Sep 17 00:00:00 2001 From: Kevin von Spiczak Date: Wed, 20 Jan 2021 13:16:46 +0100 Subject: [PATCH 2/2] [BUGFIX] fix missing BE module icons https://trello.com/c/Oko9dZlm/3288-icons-in-backend-modules-are-broken --- Resources/Private/Partials/Queue/Filter.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Resources/Private/Partials/Queue/Filter.html b/Resources/Private/Partials/Queue/Filter.html index ac4649a..5248d04 100644 --- a/Resources/Private/Partials/Queue/Filter.html +++ b/Resources/Private/Partials/Queue/Filter.html @@ -70,11 +70,7 @@ @@ -90,11 +86,7 @@ -- GitLab