mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 13:59:32 +00:00
Use a label instead of subheader, it's more sexy
This commit is contained in:
committed by
Francis Lachapelle
parent
2ff6131483
commit
11179cf27d
@@ -43,8 +43,10 @@
|
||||
|
||||
<!-- list members -->
|
||||
<div class="section" ng-show="card.refs.length > 0">
|
||||
<label class="pseudo-input-label">
|
||||
<var:string label:value="Members"/>
|
||||
</label>
|
||||
<md-list>
|
||||
<md-subheader class="md-no-sticky">Members</md-subheader>
|
||||
<md-list-item class="md-3-line" ng-repeat="ref in card.refs track by ref.reference">
|
||||
<div class="sg-avatar">
|
||||
<!--avatar--><!-- currentCard.tag = vcard || vlist -->
|
||||
|
||||
Reference in New Issue
Block a user