Commit b3986358 authored by Taddeus Kroes's avatar Taddeus Kroes

More tweaking on users list

parent 9602706e
......@@ -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">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment