From 9af28346c2e4bbcc20bc9e85238bac703deec91f Mon Sep 17 00:00:00 2001 From: Benoit Alessandroni <benoit@happy-dev.fr> Date: Mon, 13 Dec 2021 10:29:19 +0100 Subject: [PATCH] fix: fix notification rendering --- src/views/partials/notifications/message-joboffer.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/partials/notifications/message-joboffer.pug b/src/views/partials/notifications/message-joboffer.pug index 2f4a148a..b48f7cdd 100644 --- a/src/views/partials/notifications/message-joboffer.pug +++ b/src/views/partials/notifications/message-joboffer.pug @@ -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') p.solid-notification__summary ${await object.title} -- GitLab