hubl/src/views/partials/widgets/orbit-communities-profile-e...

4 lines
309 B
Plaintext
Raw Normal View History

if componentSet.has('communities') && getRoute('communities')
2021-06-15 11:48:49 +00:00
solid-widget(name='orbit-communities-profile-email')
2021-04-26 16:12:44 +00:00
template ${value != "" ? `<a class="link margin-bottom-xsmall icon mdi-email-outline icon-third icon-large icon-margin-right-xsmall link-hover" href="mailto:\${value}">${value}</a>` : ""}