From c95cb795f6bce94a1e1dd4605575a53fc4c72f0c Mon Sep 17 00:00:00 2001 From: fatchan Date: Sun, 1 Mar 2020 07:19:04 +0100 Subject: [PATCH] 'more boards' link --- views/pages/home.pug | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/views/pages/home.pug b/views/pages/home.pug index ac220a4b..e070f8a0 100644 --- a/views/pages/home.pug +++ b/views/pages/home.pug @@ -46,6 +46,10 @@ block content td #{board.pph} td #{board.ips} td #{board.sequence_value-1} + if totalStats.total-totalStats.unlisted > boards.length + tr + td(colspan=5) + a.bold(href='/boards.html') More Boards .table-container.flex-center.mv-10.text-center table(style='max-width:450px') tr