mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-02-16 22:20:59 +01:00
check if subscribers exist
This commit is contained in:
parent
5e33387e5b
commit
c9e1ae94b7
@ -118,6 +118,7 @@ html
|
||||
input(type="checkbox", name="nsfw", id="nsfw", checked="checked")
|
||||
input(type="submit", value="search")
|
||||
if sidebar_data
|
||||
if sidebar_data.subscribers
|
||||
.content
|
||||
p subscribers: #{sidebar_data.subscribers.toLocaleString()}
|
||||
p users here right now: #{sidebar_data.active_user_count.toLocaleString()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user