hubl/src/views/job-offer/page-job-offer-edit.pug

28 lines
810 B
Plaintext
Raw Normal View History

.content-box.with-padding.with-form
h1 Edit your job offer
2020-06-18 18:02:54 +00:00
solid-form(
bind-resources
range-skills=`${endpoints.skills || endpoints.get.skills}`
2019-07-23 13:08:59 +00:00
fields='title, description, skills, closingDate'
class-title='field form-label is-light is-expanded'
label-title='Title*'
class-description='field form-label is-light is-expanded'
label-description='Description*'
2020-06-18 18:02:54 +00:00
widget-description='solid-form-textarea'
2020-04-08 10:57:05 +00:00
class-skills='form-label is-dark select-skills'
label-skills='The required skills for this mission:*'
2020-06-18 18:02:54 +00:00
multiple-skills='solid-multiple-select'
widget-skills='solid-form-auto-completion'
class-closingDate='form-label is-dark'
label-closingDate='Publication end date:*'
2020-06-18 18:02:54 +00:00
widget-closingDate='solid-form-date'
next='job-offers'
)