Used the avatar for consistency with other dialogs

This commit is contained in:
Ludovic Marcotte
2015-04-24 11:44:33 -04:00
committed by Francis Lachapelle
parent 8c9a074688
commit 77269e5cd6
@@ -17,7 +17,9 @@
layout="column"
ng-repeat="user in users">
<md-button class="sg-expandable" ng-click="selectUser($index)">
<div layout="row" layout-align="space-between center" layout-fill="true">
<div layout="row" layout-align="space-between center"
layout-fill="true">
<div class="sg-avatar"><!-- normal-user --></div>
<span class="sg-item-name">{{user.$shortFormat()}}</span>
<span class="md-display-1">
<i class="md-icon-expand-more"