summaryrefslogtreecommitdiff
path: root/views/staff/_stats.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/staff/_stats.ejs')
-rw-r--r--views/staff/_stats.ejs13
1 files changed, 13 insertions, 0 deletions
diff --git a/views/staff/_stats.ejs b/views/staff/_stats.ejs
new file mode 100644
index 0000000..6439ab9
--- /dev/null
+++ b/views/staff/_stats.ejs
@@ -0,0 +1,13 @@
+<table>
+ <tr>
+ <th>stats</th>
+ </tr>
+ <tr>
+ <td><a href="/staff/users">users</a></td>
+ <td>[[- userCount ]]</td>
+ </tr>
+ <tr>
+ <td><a href="/staff/projects">projects</a></td>
+ <td>[[- projectCount ]]</td>
+ </tr>
+</table>