2021-02-22 20:27:58 +00:00
|
|
|
if componentSet.has('projects')
|
|
|
|
solid-widget(name='hubl-captain-contact')
|
2021-01-05 12:22:25 +00:00
|
|
|
template
|
2021-02-22 20:27:58 +00:00
|
|
|
solid-link.icon.icon-secondary.hover.icon-speech.margin-left-xsmall.margin-right-medium(data-src='\${value}', next=getRoute('chat', true))
|
2021-01-05 12:22:25 +00:00
|
|
|
|
2021-02-22 20:27:58 +00:00
|
|
|
solid-widget(name='hubl-captain')
|
|
|
|
template
|
|
|
|
solid-display.segment.full.margin-bottom-large.labelled-avatar.two-lines(
|
|
|
|
data-src="${value}"
|
|
|
|
fields='segment1(account.picture), segment2(line1(name, user), line2(atom, communities))'
|
2020-12-29 13:14:23 +00:00
|
|
|
|
2021-02-22 20:27:58 +00:00
|
|
|
class-segment1='segment'
|
|
|
|
class-account.picture='avatar'
|
2021-01-05 12:22:25 +00:00
|
|
|
|
2021-02-22 20:27:58 +00:00
|
|
|
class-segment2='segment three-quarter margin-left-xsmall'
|
|
|
|
class-line1='segment block'
|
|
|
|
class-name='text-small text-semibold text-color-heading text-sub'
|
|
|
|
class-line2='segment block'
|
|
|
|
class-atom='icon icon-large icon-third mdi-atom margin-right-xxsmall'
|
|
|
|
class-communities='full'
|
2020-12-10 12:52:10 +00:00
|
|
|
|
2021-02-22 20:27:58 +00:00
|
|
|
value-user='${value}'
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2021-02-22 20:27:58 +00:00
|
|
|
multiple-communities
|
|
|
|
multiple-communities-fields='community.name'
|
|
|
|
|
|
|
|
widget-account.picture='hubl-user-avatar'
|
|
|
|
widget-user='hubl-captain-contact'
|
|
|
|
)
|