diff --git a/src/page-job-offers.pug b/src/page-job-offers.pug
index 18a1c607bfc4d1eee72b2f06ccecf80f57bc2dfc..5c15ee21f56665426cb7f8f59e70e9a8784948c1 100644
--- a/src/page-job-offers.pug
+++ b/src/page-job-offers.pug
@@ -4,16 +4,20 @@ div.grid-layer
       span Here you can find and post offers
     sib-display#offers-list(
       data-src=`${sdn}/job-offers/`,
-      data-fields='status, user-thumb, creation, title, description, skills',
-      widget-skills='sib-display-lookuplist',
+      data-fields='status, user-thumb, creation, title, description, skills, send',
+      set-status='closingDate',
+      widget-closingDate='hdapp-closing-date',
       set-user-thumb='author.profile.picture, author.first_name, author.member.roles.ldp:contains.name',
       widget-author.profile.picture='sib-display-img',
-      set-status='closingDate',
       set-creation='creationDate',
-      widget-closingDate='hdapp-closing-date',
-      set-content='title, description',
+      widget-skills='sib-display-lookuplist',
+      set-send='before-send-link, send-link',
+      value-before-send-link='',
+      value-send-link='Send a private message',
+      template-send-link='chat-link'
+      search-range-skills=`${sdn}/skills/`,
       search-fields='content,skills,open',
-      search-range-skills=`${sdn}/skills/`
+      set-content='title, description'
     )
   div.grid-layer-links.containerV
     template#groups-list-template
diff --git a/src/styles/job-offers.scss b/src/styles/job-offers.scss
index 3db274b075381a081609c598993ef326b0e44547..861521194d9dc76d2b4eed54d0a262843b754a89 100644
--- a/src/styles/job-offers.scss
+++ b/src/styles/job-offers.scss
@@ -46,6 +46,16 @@
   line-height: 1.6;
 }
 
+[name='send'] {
+  color: $color-blue-light;
+  font-size: 13px;
+  text-align: right;
+
+  > sib-link {
+    cursor: pointer;
+  }
+}
+
 [name='status'] {
   float: right;
   display: flex;