diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-03 08:46:27 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-05-03 08:46:27 -0400 |
commit | 5d061594486c0d5761ac80a7548fdb4fdad0619b (patch) | |
tree | d2b41f57705c53d0b94724ced2c6cb9b826ee913 /templates/user_index.php | |
parent | e2d658b396d8bd1f60261924c05a0c6481647c14 (diff) |
Improve webhooks documentation
Diffstat (limited to 'templates/user_index.php')
-rw-r--r-- | templates/user_index.php | 2 |
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') ?> |