2020-02-10 12:59:23 +00:00
|
|
|
.content-box.full-width
|
2020-05-29 15:33:02 +00:00
|
|
|
#job-offers.job-offers__container
|
2020-06-18 18:02:54 +00:00
|
|
|
solid-job-board(
|
2020-02-10 12:59:23 +00:00
|
|
|
data-src=`${endpoints.joboffers || endpoints.get.joboffers}`,
|
2020-05-29 15:33:02 +00:00
|
|
|
post-data-src=`${endpoints.joboffers || endpoints.post.joboffers}`,
|
2020-02-10 12:59:23 +00:00
|
|
|
range-skills=`${endpoints.skills || endpoints.get.skills}`
|
|
|
|
)
|