Skip to content
Snippets Groups Projects
Commit 9af28346 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

fix: fix notification rendering

parent dc0882fb
No related branches found
No related tags found
1 merge request!328Fix/fix joboffer notification rendering
Pipeline #12191 passed with stages
in 7 minutes and 23 seconds
......@@ -3,6 +3,6 @@ solid-notifications-template(data-rdf-type='hd:joboffer')
.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
span.solid-notification__title ${await author.name}
span.solid-notification__title ${await author.name}
span.solid-notification__title__side(data-trans='notification.joboffer.new') &nbsp;
p.solid-notification__summary ${await object.title}
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