mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
(fix) don't show attendees if there are none (like in cancelation emails)
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
</div>
|
||||
|
||||
<!-- ATTENDEES -->
|
||||
<md-list>
|
||||
<md-list ng-show="part.participants.length > 0">
|
||||
<div class="pseudo-input-container">
|
||||
<label class="pseudo-input-label"><var:string label:value="Attendees"/></label>
|
||||
<!-- md-contact-chips don't support "readonly", so we build them using md-chips
|
||||
|
||||
Reference in New Issue
Block a user