|
|
@ -10,7 +10,7 @@ block content-container |
|
|
|
|
|
|
|
.uk-margin.uk-margin-auto.uk-width-small |
|
|
|
if userProfile.picture && userProfile.picture.large |
|
|
|
img(src= `/image/${user.picture.large._id}`).responsive |
|
|
|
img(src= `/image/${userProfile.picture.large._id}`).responsive |
|
|
|
else |
|
|
|
img(src= "/img/icon/icon-512x512.png").responsive |
|
|
|
|
|
|
|