hubl/src/page-job-offers.pug

11 lines
340 B
Plaintext
Raw Normal View History

2018-09-28 19:20:15 +00:00
div
2018-09-29 00:22:00 +00:00
h1 New offers
2018-10-05 09:37:48 +00:00
span Here you can find and post offers
sib-display#offers-list.limiter(
2018-09-28 19:20:15 +00:00
data-src=`${sdn}/job-offers/`,
data-fields='author, title, description, skills',
set-searchset='title, description',
widget-skills='sib-display-lookuplist',
widget-author='hdapp-author',
search-fields='searchset'
)