Merge branch 'feature/messages-header-name-ellipsis' of https://git.startinblox.com/applications/hubl into feature/messages-header-name-ellipsis

This commit is contained in:
gaelle morin 2021-06-29 16:28:07 +02:00
commit c622111fe2
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
2 changed files with 9 additions and 1 deletions

View File

@ -2,4 +2,5 @@
include notifications/message-circle.pug
include notifications/message-project.pug
include notifications/message-private.pug
include notifications/message-private.pug
include notifications/message-poll.pug

View File

@ -0,0 +1,7 @@
solid-notifications-template(data-rdf-type='sib:poll')
template
.solid-notification__avatar
| ${await author['account.picture'] ? `<img src="${await author['account.picture']}" style="max-width:100%; max-height: 100%;" />` : `<img src="/images/alien.webp" />`}
.solid-notification__content
.solid-notification__title ${await author.name}
p.solid-notification__summary ${summary}