Skip to content
Snippets Groups Projects

Bug/#140

Merged Alice Poggioli requested to merge bug/#140 into master
Files
2
@@ -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
Loading