minor user list cahnge

This commit is contained in:
Torkel Ödegaard 2017-08-18 08:34:10 +02:00
parent 02dc3c063c
commit d452d3ce93

View File

@ -58,7 +58,7 @@
</tr>
</thead>
<tr ng-repeat="user in ctrl.users">
<td style="width-4 text-center">
<td class="width-4 text-center">
<img class="filter-table__avatar" ng-src="{{user.avatarUrl}}"></img>
</td>
<td>{{user.login}}</td>