Skip to content
Snippets Groups Projects
Verified Commit da4c1cf6 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

feature: notification - dynamic icons added

parent 218e7495
No related branches found
No related tags found
3 merge requests!200Feature/projects,!185Release/notification template,!183Feature/notification template
Pipeline #6681 passed
......@@ -207,6 +207,10 @@ solid-notifications {
.solid-notification__title__side {
font-weight: normal;
}
.solid-notification__title__icon {
font-family: simple-line-icons;
}
}
.solid-notification__summary {
......
......@@ -4,5 +4,7 @@ solid-notifications-template(data-rdf-type='hd:circle')
img(src="${await author['account.foaf:depiction']}")
.solid-notification__content
.solid-notification__title ${await author.name}
span.solid-notification__title__side dans #${await object.name}
span.solid-notification__title__side dans
span.solid-notification__title__icon ${(await object.status) == 'Public' ? '#' : ''}
| ${await object.name}
p.solid-notification__summary ${summary}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment