hubl/src/page-circle-profile.pug

30 lines
668 B
Plaintext
Raw Normal View History

.content-box.with-padding.full-width
h2 Channel's name:
2018-10-05 09:55:29 +00:00
sib-display(
2019-07-23 13:08:59 +00:00
fields='name',
2018-10-05 09:55:29 +00:00
bind-resources
)
h2 Description:
2018-10-05 09:55:29 +00:00
sib-display(
2019-07-23 13:08:59 +00:00
fields='description',
2018-10-05 09:55:29 +00:00
bind-resources
)
h2 In group:
sib-display.block-group(
2019-07-23 13:08:59 +00:00
nested-field='team',
fields='teammate-img(account.picture), teammate-name(name), teammate-pseudonym(before-pseudo, username), teammate-profile, teammate-contact',
2018-10-31 09:38:41 +00:00
template-teammate-contact='chat-link',
value-before-pseudo='@',
value-teammate-contact='Send a message',
value-teammate-profile='View profile',
widget-account.picture='sib-display-img',
2018-10-31 09:38:41 +00:00
next='member',
bind-resources
)