feature: circle - private message to member of a project
This commit is contained in:
parent
81b1b33bce
commit
91dec8717b
@ -4,12 +4,15 @@ solid-widget(name='hubl-project-team')
|
||||
template
|
||||
solid-display.user-thumb.is-spaced(
|
||||
data-src='${await value}'
|
||||
fields='user.account.picture, sup(user.name, isadmin), sub(user.profile.city, name)'
|
||||
fields='user.account.picture, sup(user.name, send, isadmin), sub(user.profile.city, name)'
|
||||
value-isadmin='${await value.is_admin}'
|
||||
|
||||
class-user.account.picture='avatar user-thumb__picture'
|
||||
action-send="messages"
|
||||
label-send=""
|
||||
|
||||
class-user.account.picture='avatar user-thumb__picture'
|
||||
class-user.name='user-thumb__name'
|
||||
class-send='user-thumb__send'
|
||||
class-isadmin='user-thumb__admin'
|
||||
class-user.profile.city='user-thumb__city'
|
||||
class-name='user-thumb__lead'
|
||||
|
Loading…
Reference in New Issue
Block a user