hubl/src/page-job-offers.pug

28 lines
1.0 KiB
Plaintext
Raw Normal View History

div.grid-layer
div.grid-layer-main.containerV
2018-12-11 12:42:53 +00:00
h2 New offers
span Here you can find and post offers
2018-11-19 18:45:42 +00:00
sib-display#offers-list(
data-src=`${sdn}/job-offers/`,
2018-12-12 15:46:24 +00:00
data-fields='date, user-thumb, title, description, skills',
2018-11-19 18:45:42 +00:00
widget-skills='sib-display-lookuplist',
2018-12-12 15:46:24 +00:00
set-user-thumb='author.profile.picture, author.first_name, author.last_name',
2018-12-10 16:30:56 +00:00
widget-author.profile.picture='sib-display-img',
2018-11-19 18:45:42 +00:00
set-date='closingDate, creationDate',
2018-12-12 10:13:03 +00:00
set-creation='creationDate',
2018-11-19 18:45:42 +00:00
widget-closingDate='hdapp-closing-date',
set-content='title, description',
2018-12-10 14:31:25 +00:00
search-fields='content,skills,open',
2018-12-11 20:44:03 +00:00
search-range-skills=`${sdn}/skills/`
2018-11-19 18:45:42 +00:00
)
div.grid-layer-links.containerV
sib-link(next="job-offer-create").containerH.containerCenter.action-link
2018-12-09 18:56:56 +00:00
div.icon-plus
2018-12-11 12:42:53 +00:00
div Post a new offer
sib-link().containerH.containerCenter.how-link
2018-12-09 18:56:56 +00:00
div.icon-idea
2018-12-11 12:42:53 +00:00
div.grow How To find a new offer?
sib-link().containerH.containerCenter.how-link
2018-12-09 18:56:56 +00:00
div.icon-idea
2018-12-11 12:42:53 +00:00
div.grow How to set notification?