mirror of https://github.com/requarks/wiki
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.
16 lines
422 B
16 lines
422 B
8 years ago
|
extends ./_layout.pug
|
||
|
|
||
|
block adminContent
|
||
8 years ago
|
.hero
|
||
8 years ago
|
h1.title#title= t('nav.stats')
|
||
|
h2.subtitle= t('admin:stats.subtitle')
|
||
7 years ago
|
i.pageicon.nc-icon-outline.ui-3_chart-bars
|
||
8 years ago
|
.form-sections
|
||
|
section
|
||
8 years ago
|
label.label= t('admin:stats.entries')
|
||
8 years ago
|
p.control= totalEntries
|
||
8 years ago
|
label.label= t('admin:stats.uploads')
|
||
8 years ago
|
p.control= totalUploads
|
||
8 years ago
|
label.label= t('admin:stats.users')
|
||
8 years ago
|
p.control= totalUsers
|