dont show "local first" option in board list if webring is not enabled

jschan
Thomas Lynch 3 years ago
parent d0f3b5e73b
commit 931dcf7afd
  1. 9
      views/pages/boardlist.pug

@ -24,10 +24,11 @@ block content
select(name='direction') select(name='direction')
option(value='desc') Descending option(value='desc') Descending
option(value='asc' selected=query.direction === 'asc') Ascending option(value='asc' selected=query.direction === 'asc') Ascending
.row if enableWebring
.label Local First .row
label.postform-style.ph-5 .label Local First
input(type='checkbox', name='local_first', value='true' checked=localFirst) label.postform-style.ph-5
input(type='checkbox', name='local_first', value='true' checked=localFirst)
if enableWebring if enableWebring
.col .col
.row .row

Loading…
Cancel
Save