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

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

@ -24,6 +24,7 @@ block content
select(name='direction')
option(value='desc') Descending
option(value='asc' selected=query.direction === 'asc') Ascending
if enableWebring
.row
.label Local First
label.postform-style.ph-5

Loading…
Cancel
Save