From 30ca2223c2bf03129f769b99ed60a1b1ef3b14da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com>
Date: Mon, 20 May 2019 12:39:59 +0000
Subject: [PATCH] fix(job-offers): correct url added to contact the author.

---
 src/page-job-offers.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/page-job-offers.pug b/src/page-job-offers.pug
index 4e32f447..4f02f248 100644
--- a/src/page-job-offers.pug
+++ b/src/page-job-offers.pug
@@ -7,7 +7,7 @@ div.job-offers__main
   
   sib-widget(name='hd-contact-author')
     template
-      sib-link(next='member-chat', data-src="${value['@id']}") Send a message
+      sib-link(next='member-chat', data-src="${value.profile['@id']}") Send a message
       
   div.job-offers__content
     h1 New offers
-- 
GitLab