Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
knowledgebase-front
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Knowledge Base
knowledgebase-front
Commits
ba64205d
Commit
ba64205d
authored
5 years ago
by
Alice Poggioli
Browse files
Options
Downloads
Patches
Plain Diff
WIP: Mentor profil editable with new feature 'editable-xyz'
parent
b7a333f0
No related branches found
Branches containing commit
No related tags found
2 merge requests
!30
Feature/mentor edit account
,
!29
Feature/entrepreneur account
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/includes/mentor/profile.pug
+24
-8
24 additions, 8 deletions
src/includes/mentor/profile.pug
with
24 additions
and
8 deletions
src/includes/mentor/profile.pug
+
24
−
8
View file @
ba64205d
...
...
@@ -24,15 +24,23 @@ div.block_list.flex
) Logout
div.profile_information.block_log.w_75
sib-display(
bind-user
fields='account.picture, name, mentor_profile.headline, mentor_profile.city, mentor_profile.country, registered_on'
widget-account.picture='cs-profile-picture'
widget-name='
c
s-display-
property
'
widget-mentor_profile.headline='
c
s-display-
property
'
widget-mentor_profile.city='
c
s-display-
property
'
widget-mentor_profile.country='
c
s-display-
property
'
widget-name='s
ib
-display-
div
'
widget-mentor_profile.headline='s
ib
-display-
div
'
widget-mentor_profile.city='s
ib
-display-
div
'
widget-mentor_profile.country='s
ib
-display-
div
'
widget-mentor_profile.registered_on='cs-display-property'
editable-account.picture
editable-name
editable-mentor_profile.headline
editable-mentor_profile.country
editable-mentor_profile.city
)
sib-display.bold(
...
...
@@ -49,8 +57,11 @@ div.block_list.flex
widget-skills_label='cs-display-label'
label-skills_label='Skills:'
label-biography_label='Activities:'
widget-mentor_profile.skills='cs-display-property'
widget-mentor_profile.biography='cs-display-property'
widget-mentor_profile.skills='sib-display-div'
widget-mentor_profile.biography='sib-display-div'
editable-mentor_profile.skills
editable-mentor_profile.biography
)
sib-display(
...
...
@@ -60,10 +71,15 @@ div.block_list.flex
class-email="contact_profil"
label-mentor_profile.phone='Phone number:'
class-mentor_profile.phone="contact_profil"
widget-email='
c
s-display-
resource-property
'
widget-mentor_profile.phone='
c
s-display-
resource-property
'
widget-email='s
ib
-display-
mailto
'
widget-mentor_profile.phone='s
ib
-display-
tel
'
widget-mentor_profile.linkedin='cs-display-link'
widget-mentor_profile.twitter='cs-display-link'
label-mentor_profile.twitter='<i class="fab fa-twitter"></i>'
label-mentor_profile.linkedin='<i class="fab fa-linkedin-in"></i>'
editable-email
editable-mentor_profile.phone
editable-mentor_profile.linkedin
editable-mentor_profile.twitter
)
\ No newline at end of file
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