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

feature: adding proper notification template for job-offer

parent e20a2ca8
No related branches found
No related tags found
1 merge request!324feature: adding proper notification template for job-offer
Checking pipeline status
......@@ -297,6 +297,9 @@
"circle": {
"in": "in"
},
"joboffer": {
"new": "in job-offers"
},
"private": {
"private": "in private"
}
......
......@@ -297,6 +297,9 @@
"circle": {
"in": "dentro"
},
"joboffer": {
"new": "in oferta de trabajo"
},
"private": {
"private": "en privado"
}
......
......@@ -295,6 +295,9 @@
"circle": {
"in": "dans"
},
"joboffer": {
"new": "dans offres de mission"
},
"private": {
"private": "en privé"
}
......
......@@ -4,3 +4,4 @@ include notifications/message-circle.pug
include notifications/message-project.pug
include notifications/message-private.pug
include notifications/message-poll.pug
include notifications/message-joboffer.pug
solid-notifications-template(data-rdf-type='hd:joboffer')
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
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