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

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-phone')
template ${value != "" ? `<a class="link margin-bottom-xsmall icon mdi-cellphone-iphone icon-third icon-large icon-margin-right-xsmall" href="tel:\${value}">\$value</a>` : `<span></span>`}