fix link to public profile from account page
This commit is contained in:
@ -237,7 +237,7 @@ block content
|
||||
.panel-body
|
||||
.col-xs-12
|
||||
if (user.profile.username)
|
||||
a.btn.btn-lg.btn-block.btn-info.btn-link-social(href='/campers/#{user.profile.username}') Check out my Public Profile
|
||||
a.btn.btn-lg.btn-block.btn-info.btn-link-social(href='/#{user.profile.username}') Check out my Public Profile
|
||||
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/') Take me to my current challenge
|
||||
a.btn.btn-lg.btn-block.btn-warning.btn-link-social(href='/logout') Sign out
|
||||
br
|
||||
|
Reference in New Issue
Block a user