Improved profile page

This commit is contained in:
2017-06-20 20:30:55 +02:00
parent b09d3027de
commit b17f54e65c
2 changed files with 20 additions and 19 deletions

View File

@ -2,10 +2,10 @@ component ProfileHeader(viewUser *arn.User, user *arn.User)
.profile
img.profile-cover(src=viewUser.CoverImageURL(), alt="Cover image")
.image-container
.image-container.mountable
ProfileImage(viewUser)
.intro-container
.intro-container.mountable
h2#nick= viewUser.Nick
if viewUser.Tagline != ""