mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
375 B
14 lines
375 B
extends ./_layout.pug
|
|
|
|
block adminContent
|
|
.hero
|
|
h1.title#title= t('nav.stats')
|
|
h2.subtitle= t('admin:stats.subtitle')
|
|
.form-sections
|
|
section
|
|
label.label= t('admin:stats.entries')
|
|
p.control= totalEntries
|
|
label.label= t('admin:stats.uploads')
|
|
p.control= totalUploads
|
|
label.label= t('admin:stats.users')
|
|
p.control= totalUsers
|