mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 22:05:23 +00:00
Used the avatar for consistency with other dialogs
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user