summaryrefslogtreecommitdiff
path: root/templates/user_index.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_index.php')
-rw-r--r--templates/user_index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_index.php b/templates/user_index.php
index ccc955fc..fc15ae44 100644
--- a/templates/user_index.php
+++ b/templates/user_index.php
@@ -21,7 +21,7 @@
<?php foreach ($users as $user): ?>
<tr>
<td>
- <?= Helper\escape($user['username']) ?>
+ <span title="user_id=<?= $user['id'] ?>"><?= Helper\escape($user['username']) ?></span>
</td>
<td>
<?= $user['is_admin'] ? t('Yes') : t('No') ?>