wikijs-fork/server/views/pages/admin/stats.pug
2017-04-28 17:58:38 -04:00

15 lines
313 B
Plaintext

extends ./_layout.pug
block adminContent
.hero
h1.title#title Stats
h2.subtitle General site-wide statistics
.form-sections
section
label.label Entries
p.control= totalEntries
label.label Uploads
p.control= totalUploads
label.label Users
p.control= totalUsers