hubl/src/views/circle/page-circle-notifications.pug

11 lines
589 B
Plaintext
Raw Normal View History

solid-notifications-template(data-rdf-type='hd:circle')
template
.solid-notification__avatar
img(src="${await author['account.foaf:depiction'] || '/images/alien.svg'}" style="${await author['account.foaf:depiction'] ? 'max-height:100%' : 'max-height:18px'}")
.solid-notification__content
.solid-notification__title ${await author.name}
span.solid-notification__title__side dans
span.solid-notification__title__icon ${(await object.status) == 'Public' ? '#' : ''}
| ${await object.name}
p.solid-notification__summary ${summary}