Skip to content
Snippets Groups Projects
Commit b3986358 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

More tweaking on users list

parent 9602706e
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<tr>
<th>#</th>
<th>{_'Username'}</th>
<th>{_'Role'}</th>
<th class="hidden-xs-pt">{_'Role'}</th>
<th>{_'Matches'}</th>
<th></th>
</tr>
......@@ -18,7 +18,7 @@
{var $h = new UserHelper($user)}
<td>{$user->id}</td>
<td>{$user->username}</td>
<td>{_$user->role}</td>
<td class="hidden-xs-pt">{_$user->role}</td>
<td>{$h->numberOfMatches()}</td>
<td>
<div class="btn-group">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment