feature: circle - private message to member of a project: widget added

This commit is contained in:
gaelle morin 2020-09-16 17:19:28 +02:00
parent 91dec8717b
commit 8729e8b631
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 7 additions and 4 deletions

View File

@ -1,18 +1,21 @@
include hubl-user-avatar.pug
solid-widget(name='hubl-project-team-contact')
template
solid-link(data-src='\${value}', next='messages')
solid-widget(name='hubl-project-team')
template
solid-display.user-thumb.is-spaced(
data-src='${await value}'
fields='user.account.picture, sup(user.name, send, isadmin), sub(user.profile.city, name)'
fields='user.account.picture, sup(user.name, user, isadmin), sub(user.profile.city, name)'
value-isadmin='${await value.is_admin}'
action-send="messages"
label-send=""
widget-user='hubl-project-team-contact'
class-user.account.picture='avatar user-thumb__picture'
class-user.name='user-thumb__name'
class-send='user-thumb__send'
class-user='user-thumb__send'
class-isadmin='user-thumb__admin'
class-user.profile.city='user-thumb__city'
class-name='user-thumb__lead'