2020-05-08 13:27:44 +00:00
|
|
|
include hubl-user-avatar.pug
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-widget(name='hubl-captain')
|
2019-12-18 18:50:47 +00:00
|
|
|
template
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-display.user-thumb(
|
2019-12-18 18:50:47 +00:00
|
|
|
data-src="${await value}"
|
2020-06-11 13:20:20 +00:00
|
|
|
fields='account.picture, sup(name), sub(is_lead)'
|
2019-12-20 15:09:18 +00:00
|
|
|
|
2020-05-18 08:47:43 +00:00
|
|
|
class-account.picture='avatar user-thumb__picture'
|
2020-04-02 16:09:23 +00:00
|
|
|
class-name='user-thumb__name'
|
|
|
|
class-is_lead='user-thumb__lead'
|
2019-12-18 18:50:47 +00:00
|
|
|
|
2020-05-08 13:27:44 +00:00
|
|
|
widget-account.picture='hubl-user-avatar'
|
2020-06-01 15:29:30 +00:00
|
|
|
value-is_lead='Capitaine'
|
2019-12-18 18:50:47 +00:00
|
|
|
)
|