hubl/src/page-job-offers.pug

34 lines
1.3 KiB
Plaintext

div.grid-layer
div.grid-layer-main.containerV
h2 New offers
span Here you can find and post offers
sib-display#offers-list(
data-src=`${sdn}/job-offers/`,
data-fields='status, user-thumb, creation, title, description, skills, send',
set-status='closingDate',
widget-closingDate='hdapp-closing-date',
set-user-thumb='author.profile.picture, author.first_name, author.member.roles.ldp:contains.name',
widget-author.profile.picture='sib-display-img',
set-creation='creationDate',
widget-skills='sib-display-lookuplist',
set-send='before-send-link, send-link',
value-before-send-link='',
value-send-link='Send a private message',
template-send-link='chat-link'
search-range-skills=`${sdn}/skills/`,
search-fields='content,skills,open',
set-content='title, description'
)
div.grid-layer-links.containerV
template#groups-list-template
p ${value}
sib-link(next="job-offer-create").containerH.containerCenter.action-link
div.icon-plus
div Post a new offer
sib-link().containerH.containerCenter.how-link
div.icon-idea
div.grow How To find a new offer?
sib-link().containerH.containerCenter.how-link
div.icon-idea
div.grow How to set notification?