hubl/src/page-job-offers.pug

50 lines
1.7 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-17 12:58:03 +00:00
data-fields='status, user-thumb, creation, title, description, skills, send',
2018-12-17 12:58:03 +00:00
set-status='closingDate',
widget-closingDate='hdapp-closing-date',
set-user-thumb='author.account.picture, author.first_name, author.groups',
widget-author.account.picture='sib-display-img',
widget-author.groups='sib-display-lookuplist',
2018-12-12 10:13:03 +00:00
set-creation='creationDate',
2018-12-17 12:58:03 +00:00
widget-skills='sib-display-lookuplist',
2018-12-17 12:58:03 +00:00
set-send='before-send-link, send-link',
value-before-send-link='',
value-send-link='Send a private message',
template-send-link='chat-link'
2018-12-17 14:16:07 +00:00
2018-12-17 12:58:03 +00:00
search-range-skills=`${sdn}/skills/`,
search-fields='content, skills, open',
set-content='title, description',
search-label-content='Search by keyword',
search-label-skills='Search by skills',
search-label-open='Filter opened or closed offers',
search-widget-content='sib-form-placeholder-text',
search-widget-skills='sib-form-placeholder-dropdown',
search-widget-open='sib-form-placeholder-text'
2018-11-19 18:45:42 +00:00
)
div.grid-layer-links.containerV
2018-12-12 23:35:23 +00:00
template#groups-list-template
p ${value}
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?