Add HTML template config, fixes to account profile page
This commit is contained in:
parent
e70be5df42
commit
8313e7b006
5 changed files with 22 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue