feature: profile - classes updated

This commit is contained in:
gaelle morin
2021-01-23 01:43:39 +01:00
parent fed72e3a00
commit 79a1bc0acb
4 changed files with 10 additions and 11 deletions

View File

@ -108,7 +108,7 @@ html(lang="en")
include views/page-about.pug
if endpoints.get.skills && endpoints.post.uploads && endpoints.post.users
#profile(hidden, data-view="profile", no-render)
#profile(hidden, data-view="profile", no-render).scrollbar-content
include views/page-profile.pug
if endpoints.get.joboffers

View File

@ -1,6 +1,5 @@
div.bg-color-grey.padding-top-medium.padding-right-small.padding-bottom-xlarge.padding-left-small
solid-profile(
bind-user
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
range-skills=`${endpoints.skills || endpoints.get.skills}`
)
solid-profile(
bind-user
upload-src=`${endpoints.uploads || endpoints.post.uploads}`
range-skills=`${endpoints.skills || endpoints.get.skills}`
)