wikijs-fork/views/pages/admin/stats.pug
2016-11-22 22:06:59 -05:00

14 lines
292 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