wip
This commit is contained in:
parent
afa5fa0451
commit
3940bafda3
@ -1,8 +1,23 @@
|
|||||||
#circle-edit.content-box.with-padding.with-form.full-width
|
#circle-edit.content-box.with-padding.with-form.full-width
|
||||||
|
|
||||||
|
include templates/hd-user-avatar.pug
|
||||||
|
|
||||||
sib-widget(name='circle-team-template')
|
sib-widget(name='circle-team-template')
|
||||||
template
|
template
|
||||||
div(name='team')
|
sib-widget(name='hd-user-groups')
|
||||||
|
template ${await value.name}
|
||||||
|
|
||||||
|
sib-display(
|
||||||
|
data-src='${await value}'
|
||||||
|
fields='account.picture, sup(name, groups), sub(profile.city)'
|
||||||
|
|
||||||
|
widget-account.picture='hd-user-avatar'
|
||||||
|
widget-groups='hd-user-groups'
|
||||||
|
|
||||||
|
multiple-groups=''
|
||||||
|
)
|
||||||
|
|
||||||
|
//-div(name='team')
|
||||||
div(name='user.thumb')
|
div(name='user.thumb')
|
||||||
span ${await value.name}
|
span ${await value.name}
|
||||||
sib-display(
|
sib-display(
|
||||||
|
Loading…
Reference in New Issue
Block a user