25 lines
785 B
Plaintext
25 lines
785 B
Plaintext
.content-box.full-width
|
|
#job-offer-board
|
|
.job-offers__container
|
|
sib-job-board(
|
|
data-src=`${endpoints.joboffers || endpoints.get.joboffers}`,
|
|
range-skills=`${endpoints.skills || endpoints.get.skills}`
|
|
)
|
|
|
|
div.job-offers__newoffer
|
|
sib-link(next="job-offer-create").plus-button
|
|
div.icon-plus
|
|
div Post a new offer
|
|
|
|
#job-offer-create(hidden)
|
|
sib-link(class="backlink", next="job-offers") Back
|
|
include views/job-offer/page-job-offer-create.pug
|
|
|
|
#job-offer-edit(hidden)
|
|
sib-link(class="backlink", next="job-offers") Back
|
|
include views/job-offer/page-job-offer-edit.pug
|
|
|
|
sib-router(default-route='job-offer-board')
|
|
sib-route(name='job-offer-board')
|
|
sib-route(name='job-offer-create')
|
|
sib-route(name='job-offer-edit') |