/users: show ID, fixes #9

This commit is contained in:
Kiara Grouwstra 2023-02-18 22:52:42 +01:00
parent 85ccbc8b96
commit cd49c386a7
Signed by: kiara
GPG Key ID: 47D3B7604FFCA83A
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<table>
<thead>
<tr>
<th>ID</th>
<th>Name</th>
<th>Email</th>
<th>Token</th>
@ -20,6 +21,7 @@
<tbody>
<% @users.each do |user| %>
<tr>
<td><%= user.id %></td>
<td><%= user.name %></td>
<td><%= user.email %></td>
<td><%= user.token %></td>