From a7977a8fc7f171d046a228f81fb0cd481b0ccc41 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 8 Dec 2020 00:02:51 +0200 Subject: [PATCH] Hide duplicate create board button, because it did not show board templates correctly. Thanks to xet7 ! Fixes #2728 --- client/components/main/header.jade | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/client/components/main/header.jade b/client/components/main/header.jade index 7d065b56d..220f99bef 100644 --- a/client/components/main/header.jade +++ b/client/components/main/header.jade @@ -50,8 +50,13 @@ template(name="header") else li.current {{_ 'quick-access-description'}} - a#header-new-board-icon.js-create-board - i.fa.fa-plus(title="Create a new board") + // Next line is used only for spacing at header, + // there is no visible clickable icon. + #header-new-board-icon + // Hide duplicate create board button, + // because it did not show board templates correctly. + //a#header-new-board-icon.js-create-board + // i.fa.fa-plus(title="Create a new board") +notifications