hubl/src/views/partials/project/page-project-chat.pug

24 lines
939 B
Plaintext
Raw Normal View History

2021-01-19 18:59:24 +00:00
div.segment.lg-full.sm-full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey.whitespace-normal
2021-01-12 17:44:43 +00:00
solid-display.text-xxlarge.text-letter-spacing-large(
bind-resources
fields='const-title1, number, customer.name, dash, name'
class-const-title1='text-color-heading text-bold text-uppercase'
class-number='text-color-heading text-bold text-uppercase word-spacing-right'
class-customer.name='text-color-heading text-bold text-uppercase'
class-dash='text-color-heading text-bold text-xlarge'
class-name=''
value-const-title1='N°'
value-dash=' - '
)
2021-01-19 18:59:24 +00:00
.chat-view.segment.lg-full.sm-full.whitespace-normal
2020-06-18 18:02:54 +00:00
solid-xmpp-chat(
2018-10-19 18:36:16 +00:00
data-authentication='login',
data-auto-login='true',
2020-09-24 14:35:25 +00:00
data-websocket-url=`${xmppWebsocket || 'wss://jabber.happy-dev.fr/xmpp-websocket'}`,
2020-05-08 13:27:44 +00:00
data-i18n='en',
2018-10-19 18:36:16 +00:00
bind-resources
)