Skip to content
Snippets Groups Projects
Commit 3c2468a8 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: fix rendering of the job-offers detail route

parent dd3e4912
No related branches found
No related tags found
1 merge request!329update: fix rendering of the job-offers detail route
Pipeline #12250 passed
......@@ -150,10 +150,11 @@ solid-router#navbar-router(default-route=defaultRoute)
solid-route.menu(name=`${component.route}-profile`, hidden)
div.divider
if component.type == "job-board"
solid-route.menu-tab.segment.full.padding-xsmall.text-semibold.text-color-white.heading-active.bg-color-heading.transparent-background.hover.active(name=component.route, rdf-type='hd:joboffer')
solid-route.menu-tab.segment.full.padding-xsmall.text-semibold.text-color-white.heading-active.bg-color-heading.transparent-background.hover.active(name=component.route)
div.segment.margin-right-xxsmall
div.segment.icon.icon-small.icon-briefcase
div.segment.text-uppercase.text-letter-spacing-large(data-trans="menuLeft.jobBoard")
solid-badge.badge(data-type="JobOffer" data-rdf-type="hd:joboffer")
div.divider
if component.type == "resources"
solid-route.menu-tab.segment.full.padding-xsmall.text-semibold.text-color-white.heading-active.bg-color-heading.transparent-background.hover.active(name=component.route)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment