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
5b9ea082
Commit
5b9ea082
authored
6 years ago
by
jblemee
Browse files
Options
Downloads
Patches
Plain Diff
fix: revert
parent
bae89056
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/dependencies.pug
+2
-2
2 additions, 2 deletions
src/dependencies.pug
src/page-members.pug
+8
-9
8 additions, 9 deletions
src/page-members.pug
with
10 additions
and
11 deletions
src/dependencies.pug
+
2
−
2
View file @
5b9ea082
...
@@ -29,11 +29,11 @@ link(href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,6
...
@@ -29,11 +29,11 @@ link(href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,6
// Web components
// Web components
//- local
//- local
link(rel='import', href='/lib/sib-core/sib-display.html')
//
link(rel='import', href='/lib/sib-core/sib-display.html')
// link(rel='import', href='/lib/sib-router/sib-router.html')
// link(rel='import', href='/lib/sib-router/sib-router.html')
// link(rel='import', href='/lib/sib-chat/sib-chat.html')
// link(rel='import', href='/lib/sib-chat/sib-chat.html')
//- cdn
//- cdn
//
link(rel='import', href="https://cdn.happy-dev.fr/sib-core/sib-display.html")
link(rel='import', href="https://cdn.happy-dev.fr/sib-core/sib-display.html")
link(rel='import', href="https://cdn.happy-dev.fr/sib-router/sib-router.html")
link(rel='import', href="https://cdn.happy-dev.fr/sib-router/sib-router.html")
link(rel='import', href="https://cdn.happy-dev.fr/sib-chat/sib-chat.html")
link(rel='import', href="https://cdn.happy-dev.fr/sib-chat/sib-chat.html")
This diff is collapsed.
Click to expand it.
src/page-members.pug
+
8
−
9
View file @
5b9ea082
...
@@ -7,7 +7,7 @@ div.grid-layer
...
@@ -7,7 +7,7 @@ div.grid-layer
h1 Members
h1 Members
sib-display#profiles-list(
sib-display#profiles-list(
data-src=`${sdn}/members/`,
data-src=`${sdn}/members/`,
data-fields='header, infos, groups,
role,
more',
data-fields='header, infos, groups, more',
set-header='picture, user, pseudonym, bio, send',
set-header='picture, user, pseudonym, bio, send',
set-infos='cell, user.roles, user.email, phone, user.skills',
set-infos='cell, user.roles, user.email, phone, user.skills',
set-pseudonym='before-pseudo,pseudo',
set-pseudonym='before-pseudo,pseudo',
...
@@ -16,20 +16,19 @@ div.grid-layer
...
@@ -16,20 +16,19 @@ div.grid-layer
value-send='SEND A MESSAGE',
value-send='SEND A MESSAGE',
template-more='hdapp-link-more',
template-more='hdapp-link-more',
template-send='chat-link',
template-send='chat-link',
widget-
user.
skills='sib-display-lookuplist',
widget-skills='sib-display-lookuplist',
counter-template='${counter} members',
counter-template='${counter} members',
widget-picture='sib-display-img',
widget-picture='sib-display-img',
widget-user='hdapp-userinfo',
widget-user='hdapp-userinfo',
widget-
user.
roles='sib-display-lookuplist',
widget-roles='sib-display-lookuplist',
search-range-
user.
roles=`${sdn}/role/`,
search-range-roles=`${sdn}/role/`,
search-range-
user.
skills=`${sdn}/skills/`,
search-range-skills=`${sdn}/skills/`,
search-fields='name,
user.
roles,
user.
skills',
search-fields='name, roles, skills',
set-name='pseudo,user.first_name,user.last_name',
set-name='pseudo,user.first_name,user.last_name',
search-label-name='Search by lastname, firstname...',
search-label-name='Search by lastname, firstname...',
search-label-
user.
roles='Filter by role',
search-label-roles='Filter by role',
search-label-
user.
skills='Search by skills',
search-label-skills='Search by skills',
search-widget-name='sib-form-placeholder-text',
search-widget-name='sib-form-placeholder-text',
search-widget-user.skills='sib-form-placeholder-text',
next='member')
next='member')
div.grid-layer-links.containerV
div.grid-layer-links.containerV
div.containerH.containerCenter.how-link
div.containerH.containerCenter.how-link
...
...
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