mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
(html) Fix links on list members email addresses
This commit is contained in:
@@ -101,7 +101,8 @@
|
||||
<a ui-sref="app.addressbook.card.view({addressbookId: editor.currentFolder.id, cardId: ref.reference})">{{ ref.$fullname() }}</a>
|
||||
</h3>
|
||||
<h4 ng-show="ref.email">
|
||||
<a ui-sref="mailto:{{ref.email}}" ng-class="ng-scope">{{ ref.email }}</a>
|
||||
<a href="#" ng-bind="ref.email"
|
||||
ng-click="addressbook.newMessageWithRecipient($event, ref.email, ref.$fullname())"><!-- contact email --></a>
|
||||
</h4>
|
||||
</div>
|
||||
</md-list-item>
|
||||
|
||||
Reference in New Issue
Block a user