Add HTML template config, fixes to account profile page

This commit is contained in:
calzoneman 2014-01-25 13:55:00 -06:00
parent e70be5df42
commit 8313e7b006
5 changed files with 22 additions and 25 deletions

View file

@ -26,7 +26,7 @@ html(lang="en")
.alert.alert-danger.center.messagebox
strong Profile Error
p= profileError
.profile-box(style="position: inherit")
.profile-box(style="position: inherit; z-index: auto;")
img.profile-image(src=profileImage)
strong= loginName
p= profileText

View file

@ -29,7 +29,7 @@ mixin navdefaultlinks(page)
if loggedIn
li: a(href="/logout?redirect=#{page}") Logout
li.divider
li: a(href="/account/channels") My Channels
li: a(href="/account/channels") Channels
li: a(href="/account/profile") Profile
li: a(href="/account/edit") Change Password/Email
else