update: sib-core

This commit is contained in:
jblemee 2018-12-13 16:42:02 +01:00
parent f37ffc0874
commit 1d890b906f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ nav#navbar
sib-route.menu(name='members')
div.menu-notification
sib-display(
data-fields='counter',
data-fields,
data-src=`${sdn}/members/`,
counter-template='${counter}'
)
@ -14,7 +14,7 @@ nav#navbar
sib-route.menu(name='job-offers')
div.menu-notification
sib-display(
data-fields='counter',
data-fields,
data-src=`${sdn}/job-offers/`,
counter-template='${counter}'
)