summaryrefslogtreecommitdiff
path: root/views/staff/_users.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/staff/_users.ejs')
-rw-r--r--views/staff/_users.ejs6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/staff/_users.ejs b/views/staff/_users.ejs
index ab8c9b3..344ee0c 100644
--- a/views/staff/_users.ejs
+++ b/views/staff/_users.ejs
@@ -2,11 +2,17 @@
[[ users.forEach(function(user){ ]]
<tr>
<td>
+ <a href="/staff/users/[[- user.username ]]"><div style="background-image:url([[- user.photo ]])" class="avatar"></div></a>
+ </td>
+ <td>
<a href="/staff/users/[[- user.username ]]">[[- user.username ]]</a>
</td>
<td>
[[- user.displayName ]]
</td>
+ <td class="editLinks">
+ <a href="/staff/users/[[- user.username ]]">[view profile]</a>
+ </td>
<td>
[[- user.last_seen ]]
</td>