Commit b3986358 authored by Taddeus Kroes's avatar Taddeus Kroes

More tweaking on users list

parent 9602706e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<tr> <tr>
<th>#</th> <th>#</th>
<th>{_'Username'}</th> <th>{_'Username'}</th>
<th>{_'Role'}</th> <th class="hidden-xs-pt">{_'Role'}</th>
<th>{_'Matches'}</th> <th>{_'Matches'}</th>
<th></th> <th></th>
</tr> </tr>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{var $h = new UserHelper($user)} {var $h = new UserHelper($user)}
<td>{$user->id}</td> <td>{$user->id}</td>
<td>{$user->username}</td> <td>{$user->username}</td>
<td>{_$user->role}</td> <td class="hidden-xs-pt">{_$user->role}</td>
<td>{$h->numberOfMatches()}</td> <td>{$h->numberOfMatches()}</td>
<td> <td>
<div class="btn-group"> <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