hubl/src/page-circle-profile.pug

42 lines
871 B
Plaintext
Raw Normal View History

.content-box.with-padding.full-width
2019-10-23 11:55:42 +00:00
sib-display.content-box__header.with-edit(
bind-resources
fields='name'
class-name='name'
value-status='Public'
)
sib-link(class="editlink", next="circle-edit" bind-resources)
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
)