feature: circle - private message to member of a project

This commit is contained in:
gaelle morin 2020-09-16 14:27:39 +02:00
parent 81b1b33bce
commit 91dec8717b
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 5 additions and 2 deletions

View File

@ -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'