ソースを参照

Hide duplicate create board button, because it did not show board templates correctly.

Thanks to xet7 !

Fixes #2728
Lauri Ojansivu 4 年 前
コミット
a7977a8fc7
1 ファイル変更7 行追加2 行削除
  1. 7 2
      client/components/main/header.jade

+ 7 - 2
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