update: WIP sib-core 0.8
This commit is contained in:
@ -4,14 +4,14 @@ sib-widget(name='team-template')
|
||||
template
|
||||
sib-display(
|
||||
data-src="${value.user['@id']}"
|
||||
data-fields='account.picture',
|
||||
fields='account.picture',
|
||||
widget-account.picture='hd-user-avatar'
|
||||
)
|
||||
div(name='user.thumb')
|
||||
span ${value.user.name}
|
||||
sib-display(
|
||||
data-src="${value.user.groups['@id']}",
|
||||
data-fields='name',
|
||||
fields='name',
|
||||
multiple-name
|
||||
)
|
||||
span ${value.name}
|
||||
|
Reference in New Issue
Block a user