fix incorrect colspan on homepage "more boards" button thanks to addition of PPD

indiachan-spamvector
Thomas Lynch 3 years ago
parent 949b76da94
commit f7cf58fdac
  1. 2
      views/pages/home.pug

@ -46,7 +46,7 @@ block content
td #{board.sequence_value-1}
if localStats.total-localStats.unlisted > boards.length
tr
td(colspan=5)
td(colspan=6)
a.bold(href='/boards.html') More Boards
.table-container.flex-center.mv-10.text-center
table(style='max-width:450px')

Loading…
Cancel
Save