hubl/src/views/partials/widgets/hubl-communities-profile-em...

4 lines
282 B
Plaintext
Raw Normal View History

2021-04-07 21:21:50 +00:00
if componentSet.has('communities')
solid-widget(name='hubl-communities-profile-email')
template ${value != "" ? `<a class="link margin-bottom-xsmall icon mdi-email-outline icon-third icon-large icon-margin-right-xsmall" href="mailto:\${value}">\$value</a>` : `<span></span>`}