correct 0 vs null ppd stat in board list for local vs webring (where webring doesnt support it yet)

indiachan-spamvector
Thomas Lynch 3 years ago
parent 53cf65a963
commit 93275551b4
  1. 2
      views/pages/boardlist.pug

@ -56,7 +56,7 @@ block content
a(href=path) #{board.webring ? board.siteName : ''} /#{board.webring ? board.uri : board._id}/ - #{board.settings.name}
td #{board.settings.description || '-'}
td #{board.pph}
td #{board.ppd || '-'}
td #{board.ppd != null ? board.ppd : '-'}
td #{board.ips}
td #{board.sequence_value-1}
if board.lastPostTimestamp

Loading…
Cancel
Save