Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
f37ffc08
Commit
f37ffc08
authored
6 years ago
by
jblemee
Browse files
Options
Downloads
Patches
Plain Diff
update: counters
parent
ab74e4df
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/menu.pug
+10
-2
10 additions, 2 deletions
src/menu.pug
src/page-members.pug
+1
-0
1 addition, 0 deletions
src/page-members.pug
www/lib/sib-core
+1
-1
1 addition, 1 deletion
www/lib/sib-core
www/lib/sib-router
+1
-1
1 addition, 1 deletion
www/lib/sib-router
with
13 additions
and
4 deletions
src/menu.pug
+
10
−
2
View file @
f37ffc08
...
...
@@ -2,14 +2,22 @@ nav#navbar
sib-router#navbar-router(default-route='members')
sib-route.menu(name='members')
div.menu-notification
div 1
sib-display(
data-fields='counter',
data-src=`${sdn}/members/`,
counter-template='${counter}'
)
div.menu-label Members
div.menu-icon.icon-people
sib-route.menu(hidden, name='member', id-prefix=`${sdn}/members/`)
div.divider
sib-route.menu(name='job-offers')
div.menu-notification
div 2
sib-display(
data-fields='counter',
data-src=`${sdn}/job-offers/`,
counter-template='${counter}'
)
div.menu-label Job offers
div.menu-icon.icon-briefcase
sib-route(hidden, name='job-offer-create')
...
...
This diff is collapsed.
Click to expand it.
src/page-members.pug
+
1
−
0
View file @
f37ffc08
...
...
@@ -15,6 +15,7 @@ div.grid-layer
value-more='read more...',
template-more='hdapp-link-more',
value-send='SEND A MESSAGE',
counter-template='${counter} members'
template-send='chat-link',
widget-picture='sib-display-img',
widget-user='hdapp-userinfo',
...
...
This diff is collapsed.
Click to expand it.
sib-core
@
254f8b7e
Subproject commit
da21d36eed22e1ad4d4886f26deb0b60abc58c06
Subproject commit
254f8b7e668b9f83e1646fb00818a7e30486fd20
This diff is collapsed.
Click to expand it.
sib-router
@
5be7c645
Subproject commit
2d78d30a691f937a5b2cd64cdc40d1fba8a75835
Subproject commit
5be7c64588b25ba63394f99f03ff19ee6e0c6644
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment