Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
knowledgebase-front
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Wiki
Code
Merge requests
3
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
6e5c73b1
Commit
6e5c73b1
authored
4 years ago
by
Benoit Alessandroni
Browse files
Options
Downloads
Patches
Plain Diff
Picture widget simplification and extra_context fix
parent
55c89e1f
No related branches found
No related tags found
1 merge request
!151
Bug/#140
Pipeline
#5510
failed with stage
Stage: test
in 1 hour
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/includes/components/widgets.pug
+3
-3
3 additions, 3 deletions
src/includes/components/widgets.pug
src/includes/head.pug
+2
-1
2 additions, 1 deletion
src/includes/head.pug
with
5 additions
and
4 deletions
src/includes/components/widgets.pug
+
3
−
3
View file @
6e5c73b1
...
...
@@ -190,15 +190,15 @@ sib-widget(name='cs-section_introduction')
sib-widget(name='cs-account-picture')
template
figure.avatar
img(
name="${name}",
src="\${value || '/images/alien.jpg'}", alt="Profile picture")
img(src="\${value || '/images/alien.jpg'}", alt="Profile picture")
sib-widget(name='cs-profile-picture')
template
img(
name="${name}",
src="\${value || '/images/alien.jpg'}", alt="Profile picture")
img(src="\${value || '/images/alien.jpg'}", alt="Profile picture")
sib-widget(name='cs-preview-picture')
template
img(
name="${name}",
src="\${value || '/images/alien.jpg'}", alt="Preview of the resource")
img(src="\${value || '/images/alien.jpg'}", alt="Preview of the resource")
sib-widget(name="hidden-widget")
template
...
...
This diff is collapsed.
Click to expand it.
src/includes/head.pug
+
2
−
1
View file @
6e5c73b1
...
...
@@ -25,6 +25,7 @@ head
{
"entrepreneurProfile": "http://happy-dev.fr/owl/#entrepreneur_profile",
"mentorProfile": "http://happy-dev.fr/owl/#mentor_profile",
"account": "http://happy-dev.fr/owl/#account"
"account": "http://happy-dev.fr/owl/#account",
"picture":"foaf:depiction"
}
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