summaryrefslogtreecommitdiff
path: root/views/staff/_stats.ejs
blob: 6439ab99f0cba9489f4ddac7cab5482c31a4f5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>