Commit d452d3ce by Torkel Ödegaard

minor user list cahnge

parent 02dc3c06
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
</tr> </tr>
</thead> </thead>
<tr ng-repeat="user in ctrl.users"> <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> <img class="filter-table__avatar" ng-src="{{user.avatarUrl}}"></img>
</td> </td>
<td>{{user.login}}</td> <td>{{user.login}}</td>
......
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