From 7f81f4b7ac35feb9663d9716a7a8c898a1f8e5f5 Mon Sep 17 00:00:00 2001
From: Gaelle Morin <morin.gaelle@gmail.com>
Date: Tue, 11 Dec 2018 21:44:03 +0100
Subject: [PATCH] wip

---
 src/page-job-offers.pug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page-job-offers.pug b/src/page-job-offers.pug
index c7bfea1a..1079be27 100644
--- a/src/page-job-offers.pug
+++ b/src/page-job-offers.pug
@@ -6,14 +6,14 @@ div.grid-layer
       data-src=`${sdn}/job-offers/`,
       data-fields='date, user-thumb, title, description, skills',
       widget-skills='sib-display-lookuplist',
-      set-user-thumb='author.member.avatar, author.first_name, author.last_name'
+      set-user-thumb='author.member.avatar, author.first_name, author.last_name',
       widget-author.member.avatar='sib-display-img',
       set-date='closingDate, creationDate',
       widget-closingDate='hdapp-closing-date',
       set-content='title, description',
       search-fields='content,skills,open',
       label-content='contenu',
-      search-range-skills=`${sdn}/skills/`,
+      search-range-skills=`${sdn}/skills/`
     )
   div.grid-layer-links.containerV
     sib-link(next="job-offer-create").containerH.containerCenter.action-link
-- 
GitLab