Skip to content
Snippets Groups Projects
Verified Commit 549648ba authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: missing widget

parent 844bca85
No related branches found
No related tags found
1 merge request!242Project clean up
Pipeline #9138 passed
//- Import your widgets from the `widget`folder here
include widgets/hubl-captain.pug
include widgets/hubl-user-avatar.pug
\ No newline at end of file
solid-widget(name='hubl-captain')
template
solid-display.user-thumb(
data-src="${value}"
fields='account.picture, sup(name), sub(is_lead)'
class-account.picture='avatar user-thumb__picture'
class-name='user-thumb__name'
class-is_lead='user-thumb__lead'
widget-account.picture='hubl-user-avatar'
value-is_lead=''
data-trans='value-is_lead=template-captain.isLead'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment