hubl/src/page-job-offer-create.pug

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-05-13 16:50:34 +00:00
.frame-form.frame
sib-widget(name='title-text')
template
p Be clear and specific with the name of your offer. You can indicate which skill is important, the start date or the name of the client. Ex: "Looking for a plumber for planet Mars ASAP".
sib-widget(name='description-text')
template
p Be specific and exhaustive to avoid answering too many questions later. Indicate what is the best way to fill the offer, the prerequisites...'
h1 Post a new job offer
p.form-goal This form allows you to share an offer to all members of the network.
2018-10-31 09:38:41 +00:00
.form-view
sib-form.block(
2018-11-20 15:28:00 +00:00
data-src=`${sdn}/job-offers/`,
range-skills= `${sdn}/skills/`,
range-author= `${sdn}/users/`,
data-fields='title, title-text, description, description-text, skills',
label-title='Title*',
label-description='Description*',
label-skills='The required skills for this mission:*',
widget-title-text='title-text',
widget-description-text='description-text',
widget-skills='sib-form-auto-completion',
2018-12-17 10:28:42 +00:00
next="job-offers"
2018-10-31 09:38:41 +00:00
)