17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
include hubl-user-avatar.pug
|
|
|
|
sib-widget(name='hubl-captain')
|
|
template
|
|
sib-display.user-thumb(
|
|
data-src="${await value}"
|
|
fields='account.picture, sup(name), sub(profile.city, is_lead)'
|
|
|
|
class-account.picture='user-thumb__picture'
|
|
class-name='user-thumb__name'
|
|
class-profile.city='user-thumb__city'
|
|
class-is_lead='user-thumb__lead'
|
|
|
|
widget-account.picture='hubl-user-avatar'
|
|
value-is_lead='Project lead'
|
|
)
|