refactor: moved server content to /server
This commit is contained in:
14
server/views/pages/admin/stats.pug
Normal file
14
server/views/pages/admin/stats.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
Reference in New Issue
Block a user